ASan: fix a leak in GZ extraction
This commit is contained in:
@@ -348,6 +348,9 @@ public:
|
||||
|
||||
~GZTarExtractor()
|
||||
{
|
||||
if (haveInitedZLib) {
|
||||
inflateEnd(&zlibStream);
|
||||
}
|
||||
free(zlibOutput);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user