Skip to main content

Name

smpp_free — Free memory of the memtype_smpp type

Synopsis

#include "modules/mobility/smpp/smpp_util.h"

| void **smpp_free** ( | x); |   |

void * <var class="pdparam">x</var>;

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.

Parameters

x

The buffer that will be released.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?