mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
network client mem leak fix.
This commit is contained in:
@ -407,7 +407,9 @@ int main(int argc, char *argv[]) {
|
||||
#ifdef USE_DEFLATE
|
||||
libdeflate_free_compressor(compressor);
|
||||
libdeflate_free_decompressor(decompressor);
|
||||
free(buf2);
|
||||
#endif
|
||||
free(buf);
|
||||
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user