Allows to perform several memory dispose operations at the same time. This function is mainly by Vortex Library but it could be useful for Vortex Library API consumers. Here is an example: As you may observed, you have to provide the reference to be deallocated an a destroy function which accept the reference to be unreferenced. Any mistake produce calling to this function without providing the right parameters will cause unexpected behaviors and lot of fun debugging memory misfunctions.
Referenced by vortex_xml_rpc_notify_reply(). |