free() urlÃ

This commit is contained in:
qorg11 2021-04-30 17:47:29 +02:00
parent d6ee91fa88
commit 98b001d8c4
Signed by: qorg11
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@ post_status(const char *status, const char *scope)
curl_easy_perform(curl); curl_easy_perform(curl);
free(url);
free(status_to_post); free(status_to_post);
free(visibility_to_post); free(visibility_to_post);
free(authorization_header); free(authorization_header);