mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
Address memory leak in CLI from fCtx
This commit is contained in:
@ -1341,6 +1341,7 @@ int main(int const argCount, const char* argv[])
|
||||
|
||||
_end:
|
||||
FIO_freePreferences(prefs);
|
||||
FIO_freeContext(fCtx);
|
||||
if (main_pause) waitEnter();
|
||||
UTIL_freeFileNamesTable(filenames);
|
||||
UTIL_freeFileNamesTable(file_of_names);
|
||||
|
Reference in New Issue
Block a user