Fix mbedtls api leaks

This commit is contained in:
Willy-JL
2023-12-02 06:30:37 +00:00
parent 93994af815
commit f4d58c286b
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
#include "subghz_gps.h"
#include "minmea.h"
static void subghz_gps_uart_parse_nmea(SubGhzGPS* subghz_gps, char* line) {
switch(minmea_sentence_id(line, false)) {