]> git.mxchange.org Git - flightgear.git/commit
Fix memory leak with FGAIModelData.
authorThorstenB <brehmt@gmail.com>
Fri, 9 Dec 2011 16:03:14 +0000 (17:03 +0100)
committerThorstenB <brehmt@gmail.com>
Fri, 9 Dec 2011 16:03:14 +0000 (17:03 +0100)
commitbfb0619f76e68880a167c986d993db182368e45b
tree65f9c0e24952e777baffc226e3f64c7b6ecb57cc
parent84b31e573caf4088ec17119822273bfc708ab33e
Fix memory leak with FGAIModelData.
Be lazy and use ref pointers - to remove memory automatically.
src/AIModel/AIBase.cxx
src/AIModel/AIBase.hxx