j
k
j a
j l
On So, 2008-04-13 at 02:18 +0200, Marcel Partap wrote:
formNameW = HeapAlloc(GetProcessHeap(), 0, len * sizeof(WCHAR)); MultiByteToWideChar(CP_ACP, 0, pFormName, -1, formNameW, len); return DeleteFormW(hPrinter, formNameW);
Memory-leak: formnameW
Back to the thread
Back to the list