Fixed coverity issue 1047594

This commit is contained in:
Armin Novak 2013-08-29 10:02:24 +02:00
parent 04e9338668
commit 020bae25d7

View File

@ -286,6 +286,7 @@ WINPR_SAM_ENTRY* SamLookupUserW(WINPR_SAM* sam, LPWSTR User, UINT32 UserLength,
DomainMatch = 1;
}
}
free(EntryDomain);
}
else
{