Summary
Deallocates a block of allocated memory.
Syntax
#include <npapi.h> void NPN_MemFree (void* ptr);
Parameters
The function has the following parameters:
- ptr
 - Block of memory previously allocated using NPN_MemAlloc.
 
Description
NPN_MemFree deallocates a block of memory that was allocated using NPN_MemAlloc only. NPN_MemFree does not free memory allocated by any other means.