Fix more clang-tidy warnings
This commit is contained in:
parent
5747a65664
commit
c7cafa94c4
21 changed files with 178 additions and 208 deletions
src/endpoints
|
@ -204,5 +204,4 @@ api_v1_schedules_STR_DELETE(struct mg_connection *nc, struct http_message *hm, e
|
|||
M_RESPONSE_MSG(LOGGER_DEBUG, response, 200, "the target schedule got deleted");
|
||||
}
|
||||
schedule_free(schedule);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue