Skip to content

Commit b6ed55a

Browse files
committed
mistake
1 parent a421002 commit b6ed55a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CoinLpIO.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/************************************************************************/
4040

4141
CoinLpIO::CoinLpIO()
42-
: problemName_(NULL)
42+
: problemName_(CoinStrdup(""))
4343
, defaultHandler_(true)
4444
, numberRows_(0)
4545
, numberColumns_(0)
@@ -94,7 +94,7 @@ CoinLpIO::CoinLpIO()
9494
// Copy constructor
9595
//-------------------------------------------------------------------
9696
CoinLpIO::CoinLpIO(const CoinLpIO &rhs)
97-
: problemName_(NULL)
97+
: problemName_(CoinStrdup(""))
9898
, defaultHandler_(true)
9999
, numberRows_(0)
100100
, numberColumns_(0)

0 commit comments

Comments
 (0)