Check-in Number:
|
533 | |
Date: |
2001-Jul-04 16:25:57 (local)
2001-Jul-04 14:25:57 (UTC) |
User: | simons |
Branch: | |
Comment: |
Documented the need to free() a buffer obtained via xds_getbuffer with
the XDS_GIFT flag set. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/xds.pod 1.3 -> 1.4
--- xds.pod 2001/07/04 14:21:20 1.3
+++ xds.pod 2001/07/04 14:25:57 1.4
@@ -91,7 +91,8 @@
Setting I<flag> to B<XDS_GIFT> means that the returned buffer is owned
by the application programmer from now on, it is no longer modified or
-used in any way by the library.
+used in any way by the library. The application must B<free> the
+buffer when it's not needed anymore.
=item int B<xds_encode>(xds_t* I<xds>, const char* I<fmt>, ...);
|
|