[Nasal-cvs] code.c lib.c

Andy Ross andy at plausible.org
Wed May 30 11:26:31 PDT 2007


Update of /home/nasal-cvs/nasal/src
In directory purr:/tmp/cvs-serv12453

Modified Files:
	code.c lib.c 
Log Message:
Fix a context leak that cropped in recently.  It's only OK to not free
the subcontext if there was an error, otherwise the next subcall on
the same parent context is going to clobber the pointer, and leak the
previous subcontext.



More information about the nasal-cvs mailing list