added config_destroy() after done applying theme.

This commit is contained in:
NightlyFox 2018-09-20 21:22:13 -05:00
parent 4369cbf16d
commit df53f5f795

View File

@ -76,6 +76,7 @@ void launchApplyThemeTask(menuEntry_s* arg){
return;
}
appliedTheme=true;
config_destroy(&cfg);
menuCreateMsgBox(780, 300, "Theme Applied! Restart hbmenu to see the changes");
}