dbghelp: Add a missing NULL check (Coverity).

This commit is contained in:
Marcus Meissner 2009-12-09 00:01:29 +01:00 committed by Alexandre Julliard
parent df0ef756b3
commit 30c1df4a08
1 changed files with 1 additions and 0 deletions

View File

@ -1034,6 +1034,7 @@ static BOOL sym_enum(HANDLE hProcess, ULONG64 BaseOfDll, PCSTR Mask,
regex_t mod_regex, sym_regex;
pair.pcs = process_find_by_handle(hProcess);
if (!pair.pcs) return FALSE;
if (BaseOfDll == 0)
{
/* do local variables ? */