Add a comment.

Change-Id: Ia60a0cdac3d70862aa5941487af142bd26ab2b80
Reviewed-on: https://code.wireshark.org/review/21489
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-05-03 21:51:12 -07:00
parent 8638eb91c7
commit dead1b3817
1 changed files with 3 additions and 0 deletions

View File

@ -1074,6 +1074,9 @@ static int vwr_get_fpga_version(wtap *wth, int *err, gchar **err_info)
return UNKNOWN_FPGA; /* short read - not a vwr file */
}
/*
* Read error.
*/
g_free(rec);
return -1;
}