Fix breaking bug related to splash screens

This commit is contained in:
2017-09-01 03:52:07 -04:00
parent 4ed0ea3c52
commit 6ea94a76dc

View File

@@ -65,8 +65,8 @@ int main(void)
if (R_FAILED(res)) if (R_FAILED(res))
{ {
//don't need to worry about possible textures (icons, previews), that's freed by pp2d itself //don't need to worry about possible textures (icons, previews), that's freed by pp2d itself
free(themes_list); free(splashes_list);
themes_list = NULL; splashes_list = NULL;
} }
bool splash_mode = false; bool splash_mode = false;