mscoree: Remove a redundant NULL check before heap_free().
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
70996f49e3
commit
5bd1b2652c
|
@ -1707,8 +1707,7 @@ static BOOL try_create_registration_free_com(REFIID clsid, WCHAR *classname, UIN
|
|||
ret = TRUE;
|
||||
|
||||
end:
|
||||
if (assembly_info)
|
||||
heap_free(assembly_info);
|
||||
heap_free(assembly_info);
|
||||
|
||||
if (guid_info.hActCtx)
|
||||
ReleaseActCtx(guid_info.hActCtx);
|
||||
|
|
Loading…
Reference in New Issue