Fixed memory leak

This commit is contained in:
Zsolt Vasvari 2008-03-17 08:56:10 +00:00
parent 650f7af6be
commit 9eb278b911

View File

@ -730,6 +730,9 @@ static int info_verifysamples(core_options *options, const char *gamename)
}
}
/* clear out any cached files */
zip_file_cache_clear();
/* if we didn't get anything at all, display a generic end message */
if (correct + incorrect == 0)
{