Programming Guide |
Free memory allocated by sm_fmalloc
sm_ffree(VOIDPTR ptr);
- ptr
- Pointer to memory allocated by sm_fmalloc or functions like sm_strdup that call
sm_fmalloc
.
.Unless ptr is the null pointer, the allocated memory that ptr points to is freed.