Re: [Plplot-devel] [Plplot-cvs] SF.net SVN: plplot:[12874] trunk/drivers

2013-12-17 Thread Alan W. Irwin
On 2013-12-17 12:58- Andrew Ross wrote: > > Alan, > > This is a result of my change of last week to clean up some compiler > warnings with the dynamic driver case. > > The problem is that in the dynamic driver case the pl_MenuStr and > pl_DevName items are created using strdup, and then free'd

Re: [Plplot-devel] [Plplot-cvs] SF.net SVN: plplot:[12874] trunk/drivers

2013-12-17 Thread Andrew Ross
Alan, This is a result of my change of last week to clean up some compiler warnings with the dynamic driver case. The problem is that in the dynamic driver case the pl_MenuStr and pl_DevName items are created using strdup, and then free'd at the end, so can't be const by definition (since we ca