mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +00:00
Free also the packet structure
This commit is contained in:
parent
58bd5e795f
commit
326e7a3eab
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ int packet_destroy(p)
|
||||||
return(0);
|
return(0);
|
||||||
|
|
||||||
FREE(p->base);
|
FREE(p->base);
|
||||||
|
FREE(p);
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue