mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
Trying to fix strange bug
This commit is contained in:
parent
269a6ce562
commit
1e71d212fe
1 changed files with 2 additions and 0 deletions
|
@ -882,6 +882,7 @@ void unirfremix_free(UniRFRemix* app) {
|
|||
gui_remove_view_port(app->gui, app->view_port);
|
||||
furi_record_close(RECORD_GUI);
|
||||
view_port_free(app->view_port);
|
||||
app->gui = NULL;
|
||||
|
||||
furi_message_queue_free(app->input_queue);
|
||||
|
||||
|
@ -893,6 +894,7 @@ void unirfremix_free(UniRFRemix* app) {
|
|||
subghz_environment_free(app->environment);
|
||||
|
||||
furi_record_close(RECORD_NOTIFICATION);
|
||||
app->notification = NULL;
|
||||
|
||||
free(app);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue