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

@@ -71,7 +71,7 @@ void chip8_scene_work_on_enter(void* context) {
app->chip8 = chip8_make_emulator(file_tmp);
string_clear(file_tmp);
furi_string_free(file_tmp);
chip8_set_state(app->chip8_view, chip8_get_state(app->chip8));