How to allocate, fill and free a LPWSTR
In Visual Studio the follow C code causes
HEAP CORRUPTION DETECED exception at line free(x);
Why? and how do I fix it?
In Visual Studio the follow C code causes
HEAP CORRUPTION DETECED exception at line free(x);
Why? and how do I fix it?