coin-or / CoinUtils

COIN-OR Utilities
Other
46 stars 42 forks source link

Fix a small memory leak in doubleton_action::presolve. #193

Closed LouHafer closed 2 years ago

LouHafer commented 2 years ago

Title says it all --- need to free the saved original column. Arguably should be a 'gutsOfDestructor' kind of thing (compare to body of destructor) but that seems like overkill.