1
0
Fork 0
flightgear/src/Scripting
andy 6432d714cc Fix memory leak introduced when we stopped using _context for script
invocations, but left it in place for miscellaneous allocation work.
Contexts cache allocated objects in a temps vector and only clear it
out when they are used.

Also, fix a type warning while I'm in there.
2007-10-24 18:07:02 +00:00
..
.cvsignore Added simple proof-of-concept support for running PSL scripts from 2003-01-11 16:30:32 +00:00
Makefile.am screenPrint() is obsolete. Use screen.log.write() for the same purpose, 2006-02-13 19:46:03 +00:00
nasal-props.cxx getAttribute(): s/refcount/references/ 2007-10-21 20:19:12 +00:00
NasalSys.cxx Fix memory leak introduced when we stopped using _context for script 2007-10-24 18:07:02 +00:00
NasalSys.hxx - airportinfo(): don't bark when no airport was found (K. HOERCHER) 2007-10-18 11:43:38 +00:00