diff options
Diffstat (limited to 'epan/proto.c')
-rw-r--r-- | epan/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c index 31ef7d6133..1ef726b819 100644 --- a/epan/proto.c +++ b/epan/proto.c @@ -465,7 +465,7 @@ proto_cleanup(void) gpa_hfinfo.hfi=NULL; } g_free(tree_is_expanded); - + tree_is_expanded = NULL; } static gboolean |