packet: clean shutdown routines.

Change-Id: I620c683d77c724181a506e10f9d06a3944878690
Reviewed-on: https://code.wireshark.org/review/19679
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Dario Lombardo 2017-01-19 22:58:32 +01:00 committed by Michael Mann
parent 27960cc6ab
commit 5df8d09cdc
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ packet_cleanup(void)
g_hash_table_destroy(heur_dissector_lists);
g_hash_table_destroy(heuristic_short_names);
g_slist_foreach(shutdown_routines, &call_routine, NULL);
g_slist_free(shutdown_routines);
}
/*