1SURL_CLEANUP(3) libsurl SURL_CLEANUP(3)
2
3
4
6 surl_cleanup - frees all memory used by the SURL
7
9 #include <libsurl-fe.h>
10
11 surl_engine_t *surl_cleanup(SURL *surl);
12
14 surl_cleanup frees all memory that was in use by the SURL. After this
15 method has been called, the object will no longer be usable.
16
18 surl_cleanup() has no known bugs.
19
21 Scott R. Lawrence <bytbox@gmail.com>
22 Original author
23
25 Copyright © 2009 Scott Lawrence
26
27 Permission is granted to copy, distribute and/or modify this document
28 under the terms of the GNU Free Documentation License, Version 1.1 or
29 any later version published by the Free Software Foundation; with no
30 Invariant Sections, with no Front-Cover texts, and with no Back-Cover
31 Texts. A copy of the license is included in the section entitled "GNU
32 Free Documentation License".
33
34
35
36
37libsurl 0.7.0 2010-01-01 SURL_CLEANUP(3)