lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Including lost the original pointer, if realloc fail.

realloc leaves the original memory and poiner intact if it fails. Lua
is very careful about this point.