stream: clean up reassembly table.

Change-Id: I71bc19eed5de342cd794938e3eb21545249d4853
Reviewed-on: https://code.wireshark.org/review/19917
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Dario Lombardo 2017-02-02 14:41:46 +01:00 committed by Michael Mann
parent 6031712383
commit 370d13026a
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ void stream_cleanup( void )
cleanup_stream_hash();
cleanup_fragment_hash();
stream_cleanup_pdu_data();
reassembly_table_destroy(&stream_reassembly_table);
}
/* initialise the stream routines */