1
0
Fork 0
flightgear/src/Objects
curt dae9b63a14 Nuked the segfault on exit bug everyone was seeing. The material lib could
have multiple ptrs to individual entries (aliases) but the destructor was
trying to delete every ptr so it would delete already freed memory for aliases.
I implimented a simple ref counting scheme (similar to the plib mechanism) to
track references to material lib entries and only "delete" them when the last
reference is removed.
2001-07-13 05:15:29 +00:00
..
apt_signs.cxx Restructured code a bit to split out the bits that create objects on the 2001-07-12 15:03:09 +00:00
apt_signs.hxx Restructured code a bit to split out the bits that create objects on the 2001-07-12 15:03:09 +00:00
colours.h source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
Makefile.am Restructured code a bit to split out the bits that create objects on the 2001-07-12 15:03:09 +00:00
matlib.cxx Nuked the segfault on exit bug everyone was seeing. The material lib could 2001-07-13 05:15:29 +00:00
matlib.hxx - added declaration for method get_step 2001-06-26 22:00:31 +00:00
newmat.cxx Nuked the segfault on exit bug everyone was seeing. The material lib could 2001-07-13 05:15:29 +00:00
newmat.hxx Nuked the segfault on exit bug everyone was seeing. The material lib could 2001-07-13 05:15:29 +00:00
obj.cxx Restructured code a bit to split out the bits that create objects on the 2001-07-12 15:03:09 +00:00
obj.hxx Restructured code a bit to split out the bits that create objects on the 2001-07-12 15:03:09 +00:00
texload.c fg_zlib.h -> sg_zlib.h 2001-03-24 14:12:00 +00:00
texload.h source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00