diff --git a/docs/examples/getinmemory.c b/docs/examples/getinmemory.c index afd6e3f037dee961d26ac3e608e4ea37b7aca14a..7d662912342e5f32508197fd3f7fb7c1003068c8 100644 --- a/docs/examples/getinmemory.c +++ b/docs/examples/getinmemory.c @@ -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;