winex11.drv: Copy the GL extensions string because it may be freed.

Chris Robinson chris.kcat at gmail.com
Thu Jan 25 00:00:52 CST 2007


On Wednesday 24 January 2007 21:51, Ken Thomases wrote:
> +    WineGLInfo.glExtensions = strdup((const char *) 
pglGetString(GL_EXTENSIONS));

Shouldn't this be free'd somewhere? What about the other strings?



More information about the wine-devel mailing list