[5/6] winspool: Implement DeleteFormA/W

Detlef Riekenberg wine.dev at web.de
Sun Apr 13 16:24:02 CDT 2008


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


-- 
 
By by ... Detlef





More information about the wine-devel mailing list