[Ipopt-tickets] [Ipopt] #283: Memory leak in Ipopt::Ma86SolverInterface

Ipopt coin-trac at coin-or.org
Fri Jun 30 06:24:10 EDT 2017


#283: Memory leak in Ipopt::Ma86SolverInterface
---------------------+-------------------------
  Reporter:  mhahn   |      Owner:  ipopt-team
      Type:  defect  |     Status:  closed
  Priority:  normal  |  Component:  Ipopt
   Version:  3.12    |   Severity:  major
Resolution:  fixed   |   Keywords:  memory leak
---------------------+-------------------------
Changes (by stefan):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Thanks for finding this. This is now fixed in trunk [2700] and should make
 it into the next release.

 order_ can be NULL in the destructor, but a delete[] on a NULL pointer is
 ok (it just does nothing).

--
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/283#comment:1>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list