From b7faab06259d3afdc3205024a0004ace72157cbe Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 29 Apr 2020 19:31:01 +1000 Subject: Treat failing to load SCD like mbahost treats .NET 4.5.2 on Win7 RTM. --- src/mbahost/mbahost.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mbahost') diff --git a/src/mbahost/mbahost.cpp b/src/mbahost/mbahost.cpp index 7916ec9a..735f9f21 100644 --- a/src/mbahost/mbahost.cpp +++ b/src/mbahost/mbahost.cpp @@ -129,6 +129,8 @@ extern "C" HRESULT WINAPI BootstrapperApplicationCreate( } LExit: + ReleaseNullObject(pEngine); + return hr; } -- cgit v1.2.3-55-g6feb