From 6ea94a76dc1a31836859cda9e51a7a28eda38ba6 Mon Sep 17 00:00:00 2001 From: Alex Taber Date: Fri, 1 Sep 2017 03:52:07 -0400 Subject: [PATCH] Fix breaking bug related to splash screens --- source/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/main.c b/source/main.c index 5015cd1..2d94b10 100644 --- a/source/main.c +++ b/source/main.c @@ -65,8 +65,8 @@ int main(void) if (R_FAILED(res)) { //don't need to worry about possible textures (icons, previews), that's freed by pp2d itself - free(themes_list); - themes_list = NULL; + free(splashes_list); + splashes_list = NULL; } bool splash_mode = false;