dmmp_context_free - Release the memory of struct dmmp_context.
Contents
Arguments
ctx Pointer of 'struct dmmp_context'.
Description
Release the memory of struct dmmp_context, but the userdata memory defined via dmmp_context_userdata_set
will not be touched.
Name
dmmp_context_free - Release the memory of struct dmmp_context.
Return
void
March 2018 dmmp_context_free dmmp_context_free(3)
Synopsis
voiddmmp_context_free(structdmmp_context*ctx);
