Fix some memory leaks.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38735 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -112,8 +112,8 @@ private:
|
||||
OptimizationType fOptimization;
|
||||
lprec* fLP;
|
||||
BList* fObjFunction;
|
||||
BList* fVariables;
|
||||
BList* fConstraints;
|
||||
BList fVariables;
|
||||
BList fConstraints;
|
||||
ResultType fResult;
|
||||
double fObjectiveValue;
|
||||
double fSolvingTime;
|
||||
|
||||
Reference in New Issue
Block a user