]> git.mxchange.org Git - flightgear.git/commit
ugly "fix": the constructor was commented out in prop_picker.cxx since
authormfranz <mfranz>
Tue, 23 May 2006 16:49:32 +0000 (16:49 +0000)
committermfranz <mfranz>
Tue, 23 May 2006 16:49:32 +0000 (16:49 +0000)
commitfdb9e94af3f7ea2f98d5e34ef132ce4911c3fc24
treecf8489e552be025ff8371f535d2d5533e64b130c
parent4c940a55f9ac64f1db3e90a9a9353bf1bb5d5cc2
ugly "fix": the constructor was commented out in prop_picker.cxx since
*many* years, so the property browser always leaked memory. I activated
this line in property_list.cxx and ... got a crash right there. So this
was the reason for it being commented out? Doing the same for now, until
I know the exact reason and can really fix it.
src/GUI/property_list.cxx