Thanks @Willy-JL ! for fixing 13 apps in this commit, other apps fixed by me
@@ -11,7 +11,7 @@ App(
order=10,
fap_icon="color_guess_10px.png",
fap_icon_assets="icons",
- fap_version="1.1",
+ fap_version="1.2",
fap_category="Games",
fap_author="Leedave",
fap_description="Color Guessing Game",
@@ -323,8 +323,6 @@ ColorGuessPlay* color_guess_play_alloc() {
void color_guess_play_free(ColorGuessPlay* instance) {
furi_assert(instance);
- with_view_model(
- instance->view, ColorGuessPlayModel * model, { free(model->digit); }, true);
view_free(instance->view);
free(instance);
}