mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fix subghz 1kb memory leak
This commit is contained in:
@@ -147,6 +147,7 @@ void subghz_gps_deinit(SubGhzGPS* subghz_gps) {
|
||||
}
|
||||
|
||||
furi_thread_free(subghz_gps->thread);
|
||||
furi_stream_buffer_free(subghz_gps->rx_stream);
|
||||
|
||||
free(subghz_gps);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user