1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-13 05:19:50 +04:00

Merge branch 'dev' into aku/3806_ble_research

This commit is contained in:
Georgii Surkov
2024-07-11 18:13:52 +03:00
committed by GitHub
64 changed files with 109 additions and 77 deletions

View File

@@ -91,7 +91,6 @@ static int mtar_heatshrink_file_close(void* stream) {
compress_stream_decoder_free(hs_stream->decoder);
}
storage_file_close(hs_stream->stream);
storage_file_free(hs_stream->stream);
free(hs_stream);
}
return MTAR_ESUCCESS;