Address memory leak in CLI from fCtx

dev
senhuang42 2020-09-03 10:14:04 -04:00
parent 23feaecbe5
commit 48bca10792
1 changed files with 1 additions and 0 deletions

View File

@ -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);