Skip to content

Commit

Permalink
Fix leak when reporting statistics MP-638
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdickmeiss committed Sep 26, 2016
1 parent eb5ffa7 commit b78254c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filter_frontend_net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ void yf::FrontendNet::ZAssocChild::recv_GDU(Z_GDU *z_pdu, int len)
{
report(hreq);
delete p;
delete this;
return;
}
}
Expand Down

0 comments on commit b78254c

Please sign in to comment.