nsMemory:Free
From MDC
« XPCOM API Reference
[edit] Summary
The Free function frees a block of memory that was allocated by XPCOM's memory manager.
static void Free(
void* aPtr
);
[edit] Parameters
- aPtr
- [in] The address of the memory block to free. This may be nsnull, in which case nothing happens.