diff options
Diffstat (limited to 'tshark.c')
-rw-r--r-- | tshark.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3039,6 +3039,8 @@ load_cap_file(capture_file *cf, char *save_file, int out_file_type, goto out; } } + g_free(idb_inf); + idb_inf = NULL; pdh = NULL; } |