X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Fmscoree%2Fcorruntimehost.c;h=2c8f2cbfd33ee45f89210d38e69b5578484795b6;hp=847d6fa821d72cf74907071625be21c0dd1c88bc;hb=e38cdd2f62c26bf0610afa6c41a93561cda07bc3;hpb=6cdefd33e1f79327f98070835b132ee581d77122 diff --git a/dll/win32/mscoree/corruntimehost.c b/dll/win32/mscoree/corruntimehost.c index 847d6fa821d..2c8f2cbfd33 100644 --- a/dll/win32/mscoree/corruntimehost.c +++ b/dll/win32/mscoree/corruntimehost.c @@ -919,7 +919,7 @@ static void CDECL ReallyFixupVTable(struct dll_fixup *fixup) } if (info != NULL) - ICLRRuntimeHost_Release(info); + ICLRRuntimeInfo_Release(info); HeapFree(GetProcessHeap(), 0, filenameA);