Fixed coverity issue 1047619

This commit is contained in:
Armin Novak 2013-08-28 16:22:35 +02:00
parent c05daf9f74
commit 0dae05678b
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ void* freerdp_load_dynamic_addin(LPCSTR pszFileName, LPCSTR pszPath, LPCSTR pszE
if (entry)
return entry;
FreeLibrary(library);
return entry;
}