Fix subghz 1kb memory leak

This commit is contained in:
Willy-JL
2023-11-22 06:11:19 +00:00
parent e5a671be26
commit f991f5a74a

View File

@@ -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);
}