Re: [Plplot-devel] using renewplot with plplot

2015-01-24 Thread Jim Dishaw
The memory leak appears to be a malloc that is used to handle unicode characters. I don't think that malloc is required and I will fix the code to take it out. On Jan 23, 2015, at 5:50 AM, Phil Rosenberg wrote: > Hi Laurent > The wxWidgets driver is currently undergoing a redesign in preparat

Re: [Plplot-devel] using renewplot with plplot

2015-01-23 Thread Phil Rosenberg
Hi Laurent The wxWidgets driver is currently undergoing a redesign in preparation for the next release of plplot. In the new version we will endeavour to ensure that we have no memory issues. That particular leak seems to be associated with plplot's internal storage buffer. I will have a look at wh