Slon/Api/V1/Timelines: Eliminate bad Free
This commit is contained in:
parent
9260e8ee2a
commit
897d9bbcfa
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ U0 @slon_api_v1_timelines_get(SlonHttpSession* session)
|
||||||
@slon_http_set_status_code(session, 404);
|
@slon_http_set_status_code(session, 404);
|
||||||
} else {
|
} else {
|
||||||
@slon_http_set_status_code(session, 401);
|
@slon_http_set_status_code(session, 401);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
slon_api_v1_timelines_get_return:
|
slon_api_v1_timelines_get_return:
|
||||||
Free(path_segments);
|
Free(path_segments);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue