System Grab Bag

View all man pages from Ubuntu (or from all projects)

Name

dmmp_context_free - Release the memory of struct dmmp_context.

Synopsis

"void" dmmp_context_free (struct dmmp_context *" ctx ");

Arguments

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.

Return

void