Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awFree | awFree
 
awFree
void awFree(
void *ptr);
ptr
The memory to be freed.
Frees the memory pointed to by ptr. Guaranteed to use the same heap as the webMethods Broker C library.
Important:
You must use this function to free memory allocated by the webMethods Broker C library functions for applications on Win32 platforms when you intend to turn on memory debugging.
See also: