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
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