Plug a trivial memory leak.

CID:		1396911
MFC with:	r340485
This commit is contained in:
Mark Johnston 2018-11-20 18:13:18 +00:00
parent 79dd8f690a
commit 9ed1e4ecd4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340687

View File

@ -264,6 +264,8 @@ ATF_TC_BODY(ip_reass__multiple_last_fragments, tc)
ATF_REQUIRE(error == 0);
free_lopacket(packet1);
free_lopacket(packet2);
free_lopacket(packet3);
free_lopacket(packet4);
}
/*