]> git.mxchange.org Git - simgear.git/commitdiff
Memory leak fix.
authordurk <durk>
Sat, 30 Sep 2006 05:11:25 +0000 (05:11 +0000)
committerdurk <durk>
Sat, 30 Sep 2006 05:11:25 +0000 (05:11 +0000)
simgear/scene/model/placement.cxx

index 32cfbe2c590f948e5a10f9d63bdd4b0b89001f2b..75f3fb842cd2d8757b0b6e0220201fdc32ccc531 100644 (file)
@@ -41,6 +41,7 @@ SGModelPlacement::SGModelPlacement ()
 
 SGModelPlacement::~SGModelPlacement ()
 {
+  delete _location;
 }
 
 void