mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-28 01:58:11 -07:00
Merge remote-tracking branch 'ofw/dev' into mntm-dev
This commit is contained in:
@@ -100,7 +100,6 @@ static int mtar_compressed_file_close(void* stream) {
|
||||
compress_stream_decoder_free(compressed_stream->decoder);
|
||||
}
|
||||
storage_file_close(compressed_stream->stream);
|
||||
storage_file_free(compressed_stream->stream);
|
||||
free(compressed_stream);
|
||||
}
|
||||
return MTAR_ESUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user