[Scip] BMS claims not freed memory for dynamic arrays

Martin Bergner mbergner at mathematik.tu-darmstadt.de
Tue Jun 15 11:32:30 MEST 2010


Hello Stefan,

> > Creation:
> >     SCIP_CALL(SCIPcreatePtrarray(scip, ptrarray));
> 
> Shouldn't this be   SCIP_CALL(SCIPcreatePtrarray(scip, &ptrarray));  ?
> So it's consistent with SCIPfreePtrarray below.
Yes, true, I use it like that. Pasting is really a challenge :). The
problem still exists.

Thanks and regards,
Martin



More information about the Scip mailing list