]> git.mxchange.org Git - flightgear.git/commit
Uninitialized data problem. As it turns out, this never bit us because
authorandy <andy>
Tue, 4 Jun 2002 07:23:34 +0000 (07:23 +0000)
committerandy <andy>
Tue, 4 Jun 2002 07:23:34 +0000 (07:23 +0000)
commit2852f27bdcd37730bb9e0629be5b2bbb50379971
treea990d2183129a35bf2bec34c9a228dc62f5692af
parent11766afb6c74b723ab0d4fc86c631ebe9f2ad5ba
Uninitialized data problem.  As it turns out, this never bit us because
the _chord member is only used uninitialized in circumstances where the
result is thrown away.  Still, bad practice.  Found with valgrind.
src/FDM/YASim/Surface.cpp