mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[EVENTVWR]
Fix handle leak svn path=/trunk/; revision=54786
This commit is contained in:
@@ -555,12 +555,12 @@ QueryEventMessages(LPWSTR lpMachineName,
|
||||
/* If we have at least 1000 records show the waiting dialog */
|
||||
if (dwTotalRecords > 1000)
|
||||
{
|
||||
CreateThread(NULL,
|
||||
0,
|
||||
ShowStatusMessageThread,
|
||||
(LPVOID)&hwndDlg,
|
||||
0,
|
||||
NULL);
|
||||
CloseHandle(CreateThread(NULL,
|
||||
0,
|
||||
ShowStatusMessageThread,
|
||||
(LPVOID)&hwndDlg,
|
||||
0,
|
||||
NULL));
|
||||
}
|
||||
|
||||
while (dwCurrentRecord < dwTotalRecords)
|
||||
|
||||
Reference in New Issue
Block a user