We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a421002 commit b6ed55aCopy full SHA for b6ed55a
src/CoinLpIO.cpp
@@ -39,7 +39,7 @@
39
/************************************************************************/
40
41
CoinLpIO::CoinLpIO()
42
- : problemName_(NULL)
+ : problemName_(CoinStrdup(""))
43
, defaultHandler_(true)
44
, numberRows_(0)
45
, numberColumns_(0)
@@ -94,7 +94,7 @@ CoinLpIO::CoinLpIO()
94
// Copy constructor
95
//-------------------------------------------------------------------
96
CoinLpIO::CoinLpIO(const CoinLpIO &rhs)
97
98
99
100
0 commit comments