aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tshark.c b/tshark.c
index 9d85c66ed1..1d81362e59 100644
--- a/tshark.c
+++ b/tshark.c
@@ -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;
}