free() urlÃ
This commit is contained in:
parent
d6ee91fa88
commit
98b001d8c4
|
@ -73,7 +73,8 @@ post_status(const char *status, const char *scope)
|
||||||
curl_easy_setopt(curl,CURLOPT_POSTFIELDS,status_to_post);
|
curl_easy_setopt(curl,CURLOPT_POSTFIELDS,status_to_post);
|
||||||
|
|
||||||
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);
|
||||||
|
|
Loading…
Reference in New Issue