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

@ -73,7 +73,8 @@ post_status(const char *status, const char *scope)
curl_easy_setopt(curl,CURLOPT_POSTFIELDS,status_to_post);
curl_easy_perform(curl);
free(url);
free(status_to_post);
free(visibility_to_post);
free(authorization_header);