mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
Fix missing free
This commit is contained in:
parent
2536347c56
commit
8679b99ca2
@ -461,6 +461,7 @@ static esp_err_t GET_system_info(httpd_req_t * req)
|
||||
free(stratumURL);
|
||||
free(fallbackStratumURL);
|
||||
free(stratumUser);
|
||||
free(fallbackStratumUser);
|
||||
free(board_version);
|
||||
|
||||
const char * sys_info = cJSON_Print(root);
|
||||
|
Loading…
x
Reference in New Issue
Block a user