wined3d: Fix a memory leak in compile_state_table()

Rico Schüller kgbricola at web.de
Tue Jan 6 05:02:23 CST 2009


Allan Tong schrieb:
> Wrong pointer was being passed to HeapFree.
>
>  - Allan
>   
>   
Why did you remove these two lines? Was this your intention?
-                    dev_multistate_funcs[cur[i].state][0] = 
multistate_funcs[cur[i].state][0];
-                    dev_multistate_funcs[cur[i].state][1] = 
multistate_funcs[cur[i].state][1];

Cheers
Rico



More information about the wine-devel mailing list