Source code cosmetic changes

This commit is contained in:
Dmitry422
2025-02-02 21:41:30 +07:00
parent a5c241139d
commit 8c31d8a682
3 changed files with 1 additions and 49 deletions

View File

@@ -90,7 +90,6 @@ void input_settings_app_free(InputSettingsApp* app) {
// Records
furi_record_close(RECORD_GUI);
//furi_record_close(RECORD_INPUT_EVENTS);
free(app->settings);
free(app);
}