Loading docs/examples/getinmemory.c +3 −0 Original line number Diff line number Diff line Loading @@ -98,5 +98,8 @@ int main(int argc, char **argv) if(chunk.memory) free(chunk.memory); /* we're done with libcurl, so clean it up */ curl_global_cleanup(); return 0; } Loading
docs/examples/getinmemory.c +3 −0 Original line number Diff line number Diff line Loading @@ -98,5 +98,8 @@ int main(int argc, char **argv) if(chunk.memory) free(chunk.memory); /* we're done with libcurl, so clean it up */ curl_global_cleanup(); return 0; }