On 6 April 2015 at 13:46, Tomasz Buchert <[email protected]> wrote: > This should do the trick. > > Tomasz
>From browsing the code it appears Mode can be assigned to multiple
times for the same Item, e.g.
{
Mode = "copy";
...
Mode = decompProg.c_str()
}
In which case using strdup to create a new string for each assignment
will leak memory?
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

