projects
/
simgear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f5412f
)
Memory leak fix.
author
durk
<durk>
Sat, 30 Sep 2006 05:11:25 +0000
(
05:11
+0000)
committer
durk
<durk>
Sat, 30 Sep 2006 05:11:25 +0000
(
05:11
+0000)
simgear/scene/model/placement.cxx
patch
|
blob
|
history
diff --git
a/simgear/scene/model/placement.cxx
b/simgear/scene/model/placement.cxx
index 32cfbe2c590f948e5a10f9d63bdd4b0b89001f2b..75f3fb842cd2d8757b0b6e0220201fdc32ccc531 100644
(file)
--- a/
simgear/scene/model/placement.cxx
+++ b/
simgear/scene/model/placement.cxx
@@
-41,6
+41,7
@@
SGModelPlacement::SGModelPlacement ()
SGModelPlacement::~SGModelPlacement ()
{
+ delete _location;
}
void