Free also the packet structure

This commit is contained in:
Alexandre Dulaunoy 2015-02-14 14:31:35 +01:00
parent 58bd5e795f
commit 326e7a3eab

View file

@ -184,6 +184,7 @@ int packet_destroy(p)
return(0);
FREE(p->base);
FREE(p);
return(0);
}