Re: Tip of the week - Enhanced resources
- Posted by irv Oct 31, 2010
- 1296 views
Does this apply to allocate_string as well? As in a function:
function something(sequence s) atom x = allocate_string(s) -- do something with x return whatever end function
No free(x) needed?