Skip to content
Snippets Groups Projects
Commit ebe5191b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

no the data is not freed, this is left for the app to do when needed

parent c426234d
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,10 @@ int main(int argc, char **argv)
* bytes big and contains the remote file.
*
* Do something nice with it!
*
* You should be aware of the fact that at this point we might have an
* allocated data block, and nothing has yet deallocated that data. So when
* you're done with it, you should free() it as a nice application.
*/
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment