mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
cJSON_Free forgot to commit
This commit is contained in:
@@ -206,7 +206,7 @@ void sendMessaging(messaging_types type,const char * fmt, ...){
|
|||||||
char * json_msg = cJSON_PrintUnformatted(msg);
|
char * json_msg = cJSON_PrintUnformatted(msg);
|
||||||
messaging_post_message(type, MESSAGING_CLASS_OTA, json_msg);
|
messaging_post_message(type, MESSAGING_CLASS_OTA, json_msg);
|
||||||
free(json_msg);
|
free(json_msg);
|
||||||
cJSON_free(msg);
|
cJSON_Delete(msg);
|
||||||
_printMemStats();
|
_printMemStats();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user