aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/mate/mate_parser.l
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/epan/mate/mate_parser.l')
-rw-r--r--plugins/epan/mate/mate_parser.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/epan/mate/mate_parser.l b/plugins/epan/mate/mate_parser.l
index 2b61c9d069..0c140f2cb8 100644
--- a/plugins/epan/mate/mate_parser.l
+++ b/plugins/epan/mate/mate_parser.l
@@ -403,7 +403,7 @@ extern gboolean mate_load_config(const gchar* filename, mate_config* mc) {
fclose(in);
g_ptr_array_foreach(mc->config_stack, ptr_array_free, NULL);
- g_ptr_array_free(mc->config_stack, FALSE);
+ g_ptr_array_free(mc->config_stack, TRUE);
return status;
}