]> git.mxchange.org Git - flightgear.git/commit
There were several typos in the unbinding section of FGInterface. This meant
authorcurt <curt>
Sun, 30 Mar 2003 02:26:05 +0000 (02:26 +0000)
committercurt <curt>
Sun, 30 Mar 2003 02:26:05 +0000 (02:26 +0000)
commit68522eb75c12f198a49dffce10ef433f210058aa
tree8eeae6679358899532fc58b8dfbbe91740c6c6dc
parent2bf14d785fb568e2eee5ac29416ab325f0e57522
There were several typos in the unbinding section of FGInterface.  This meant
that after a reset or reposition, several FDM variable were not unbound
correctly and left dangling pointing to unallocated memory.  This wasn't
a crash type bug, but those properties then had bogus values.  This
specifically prevented the turn coordinator gyro modeling from working after
a reset or reposition.
src/FDM/flight.cxx