mirror of https://github.com/FreeRDP/FreeRDP
Fixed coverity issue 1047619
This commit is contained in:
parent
c05daf9f74
commit
0dae05678b
|
@ -143,6 +143,7 @@ void* freerdp_load_dynamic_addin(LPCSTR pszFileName, LPCSTR pszPath, LPCSTR pszE
|
|||
if (entry)
|
||||
return entry;
|
||||
|
||||
FreeLibrary(library);
|
||||
return entry;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue