This commit is contained in:
zogodo
2019-12-12 22:17:59 +08:00
parent 3038acbc9e
commit d0f61f7058

View File

@@ -210,6 +210,7 @@ static int HttpGetTasks(httpd_request_t *req)
send_http(tasks_str, strlen(tasks_str), exit, &err);
exit:
if (tasks_str) free(tasks_str);
return err;
}