mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fixed memory leak
This commit is contained in:
parent
650f7af6be
commit
9eb278b911
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user