amx_Release
#1

The Pawn Abstract Machine implements amx_Release like that:
Код:
int AMXAPI amx_Release(AMX *amx,cell amx_addr)
{
  if (amx->hea > amx_addr)
    amx->hea=amx_addr;
  return AMX_ERR_NONE;
}
Don't you have to call amx_Release in reversed order to properly release data from the amx heap?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)