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.