]> git.mxchange.org Git - simgear.git/commit
Catch dangling property ties.
authorThorstenB <brehmt@gmail.com>
Mon, 7 Mar 2011 18:32:20 +0000 (19:32 +0100)
committerThorstenB <brehmt@gmail.com>
Mon, 7 Mar 2011 18:32:20 +0000 (19:32 +0100)
commit10bbd435b7c82d15b040c44c81b6dcda5ecbc706
tree429840285fd354cee94325ddce8aa4bb329a25b9
parent2ef8672a6bc8105165117aece169c23598bed6cf
Catch dangling property ties.
It's bad when tied properties are not untied before removing the tied property list.
We could try to "untie" the properties in the destructor - but that usually
caused weird mem access errors, since the tied properties will access
a no longer existing object (the very object whose destruction called the
TiedPropertyList destructor...). => so just add a warning and a nagging trap :)
simgear/props/tiedpropertylist.hxx