From Evan Huus: fix a memory leak. Fixes bug 7097.

svn path=/trunk/; revision=42088
This commit is contained in:
Guy Harris 2012-04-15 22:21:50 +00:00
parent a93f134b99
commit 70f67d065f
1 changed files with 1 additions and 0 deletions

View File

@ -4919,6 +4919,7 @@ set_menus_for_selected_packet(capture_file *cf)
set_menu_sensitivity(ui_manager_main_menubar, path,
menu_dissector_filter_spe_cb(/* frame_data *fd _U_*/ NULL, cf->edt, filter_entry));
g_free(path);
i++;
list_entry = g_list_next(list_entry);
}