mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:41:45 +00:00
[WINPRINT]
- Avoid uninitialized hPrintMonitor in PrintRawJob failure case. Patch by Víctor Martínez Calvo CORE-12792 #resolve svn path=/trunk/; revision=73857
This commit is contained in:
parent
d920d6c30a
commit
6cea30d6fe
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ PrintRawJob(PWINPRINT_HANDLE pHandle, PWSTR pwszPrinterAndJob)
|
|||
DWORD cbWritten;
|
||||
DWORD dwErrorCode;
|
||||
HANDLE hPrintJob;
|
||||
HANDLE hPrintMonitor;
|
||||
HANDLE hPrintMonitor = NULL;
|
||||
PBYTE pBuffer = NULL;
|
||||
|
||||
// Open the spooled job to read from it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue