Use BReferenceable properties of LinearSpec in BALMLayout.

This saves us from a potential use-afte-free bug.
This commit is contained in:
Alex Wilson
2012-05-03 08:44:54 +12:00
parent 7c3800078e
commit f9cabdd009
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -170,7 +170,6 @@ private:
bool _TrySolve();
LinearProgramming::LinearSpec* fSolver;
LinearProgramming::LinearSpec fOwnSolver;
BReference<XTab> fLeft;
BReference<XTab> fRight;