]> git.mxchange.org Git - flightgear.git/commit
Untie all TiedPropertyLists before destruction.
authorThorstenB <brehmt@gmail.com>
Mon, 7 Mar 2011 18:37:04 +0000 (19:37 +0100)
committerThorstenB <brehmt@gmail.com>
Mon, 7 Mar 2011 18:38:48 +0000 (19:38 +0100)
commitf6fde388a2037341c7ce2a00e8ac199dff3c59a1
tree86d21245cde001f2d7394d9ddce72617b516ad34
parent4761a3cdcf04771819b3a8de9d018fca20c90ca6
Untie all TiedPropertyLists before destruction.
Untieing needs to be done prior to the destruction of the object which
aggregated the TiedPropertyList. So the TiedPropertyLists destructor can't
untie the properties automatically (and it doesn't). So, do some manual
clean-up.
src/Environment/realwx_ctrl.cxx
src/FDM/TankProperties.cxx
src/FDM/TankProperties.hxx
src/FDM/fdm_shell.cxx
src/Main/globals.cxx