]> git.mxchange.org Git - simgear.git/commit
Fix a crash on exit. The SGEnviro destructor was attempting to delete an
authorCurtis L. Olson <curt0001@flightgear.org>
Tue, 3 May 2011 18:24:57 +0000 (13:24 -0500)
committerCurtis L. Olson <curt0001@flightgear.org>
Tue, 3 May 2011 18:24:57 +0000 (13:24 -0500)
commit2e05043f437665ad1d6b31147b28207d8df97e91
tree684c3986cf3277a2e5b6426c8a207a6eae9929ed
parent1b8216e9114c211b81136d288b9bfc4aaf87a0c3
Fix a crash on exit.  The SGEnviro destructor was attempting to delete an
object that had already been deleted by the sound manager.  Since SGEnviro
doesn't own this object, I removed the delete from it's destructor.
simgear/environment/visual_enviro.cxx