forgot to set me->icon_gfx to NULL after freeing

This commit is contained in:
NightlyFox 2018-09-30 16:07:20 -05:00
parent b94a4e28f9
commit 5a0cdbc09b

View File

@ -334,6 +334,7 @@ void menuEntryParseIcon(menuEntry_s* me) {
if(_jpegDecompressor = NULL) {
free(me->icon_gfx);
me->icon_gfx = NULL;
return;
}