free() urlÃ
This commit is contained in:
parent
d6ee91fa88
commit
98b001d8c4
|
@ -74,6 +74,7 @@ post_status(const char *status, const char *scope)
|
|||
|
||||
curl_easy_perform(curl);
|
||||
|
||||
free(url);
|
||||
free(status_to_post);
|
||||
free(visibility_to_post);
|
||||
free(authorization_header);
|
||||
|
|
Loading…
Reference in New Issue