furi_string_free

This commit is contained in:
RogueMaster
2022-10-07 03:00:38 -04:00
parent 8186b84251
commit 3cd01b03e9
12 changed files with 21 additions and 21 deletions

View File

@@ -74,7 +74,7 @@ void wifi_deauther_app_free(WifideautherApp* app) {
view_dispatcher_remove_view(app->view_dispatcher, WifideautherAppViewConsoleOutput);
view_dispatcher_remove_view(app->view_dispatcher, WifideautherAppViewTextInput);
text_box_free(app->text_box);
string_clear(app->text_box_store);
furi_string_free(app->text_box_store);
text_input_free(app->text_input);
// View dispatcher