j
k
j a
j l
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?
Back to the thread
Back to the list