wine/programs/wineboot wineboot.c Makefile.in

Dimitrie O. Paun dpaun at rogers.com
Sat Jan 11 15:16:59 CST 2003


On January 11, 2003 05:26 pm, Shachar Shemesh wrote:
> The problem is that buffer is defined as a
> "const WCHAR *", while free expects "void *".

Change the var to WCHAR *, why would you free a const string
without a warning?

-- 
Dimi.




More information about the wine-devel mailing list