mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 16:38:35 -07:00
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
This commit is contained in:
@@ -102,10 +102,11 @@ void view_free_model(View* view) {
|
|||||||
furi_mutex_free(model->mutex);
|
furi_mutex_free(model->mutex);
|
||||||
free(model->data);
|
free(model->data);
|
||||||
free(model);
|
free(model);
|
||||||
view->model = NULL;
|
|
||||||
} else {
|
} else {
|
||||||
furi_crash();
|
furi_crash();
|
||||||
}
|
}
|
||||||
|
view->model = NULL;
|
||||||
|
view->model_type = ViewModelTypeNone;
|
||||||
}
|
}
|
||||||
|
|
||||||
void* view_get_model(View* view) {
|
void* view_get_model(View* view) {
|
||||||
|
|||||||
Reference in New Issue
Block a user