diff --git a/source/gcunzip.cpp b/source/gcunzip.cpp index 588ca90..7844f03 100644 --- a/source/gcunzip.cpp +++ b/source/gcunzip.cpp @@ -423,8 +423,8 @@ int SzParse(char * filepath) { // Parses the 7z into a full file listing - // reset browser - ResetBrowser(); + HaltParseThread(); // halt parsing + ResetBrowser(); // reset browser // add '..' folder in case the user wants exit the 7z AddBrowserEntry();