Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiolab
vlbi_monitor_client
Commits
4a403fce
Commit
4a403fce
authored
Mar 24, 2016
by
Pim Schellart
Browse files
Do proper cleanup.
parent
f23401b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
C/example_client.c
View file @
4a403fce
...
...
@@ -236,6 +236,8 @@ int main(void)
/* always cleanup */
curl_easy_cleanup
(
curl
);
}
free
(
chunk
.
memory
);
cJSON_Delete
(
record
);
curl_global_cleanup
();
return
0
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment