Name
smpp_free — Free memory of the memtype_smpp type
Synopsis
#include "modules/mobility/smpp/smpp_util.h"
| void **smpp_free** (
| x)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Free memory of the memtype_smpp type. Use this function with memory allocated using smpp_malloc.
- x
-
The buffer that will be released.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?