#CAPTION# freeMemory ———-
Free the memory allocated by some other API. Pass the object for which memory is allocated. #END#
#LUA#
This function is neither needed nor available from the Lua interface.
#END#
#PYTHON# .. code-block:: python
oms.freeMemory(obj)
#END#
#CAPI# .. code-block:: c
void oms_freeMemory(void* obj);
#END#
#OMC#
This function is not needed for OpenModelicaScripting Interface
#END#
#DESCRIPTION# #END#