Ivan Gyurdiev <[EMAIL PROTECTED]> writes:

> Type: Cleanup
>
> Why:
> The const qualifier is unnecessarily restrictive.
> I intend to allocate and free such data on the heap in a future patch
> (in addition to the current const data).

I still don't see any reason for this. Please fix your code to not
require that change by simply saving the pointer you are going to free
somewhere else.

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to