aboutsummaryrefslogtreecommitdiff
path: root/src/mbahost
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbahost')
-rw-r--r--src/mbahost/mbahost.cpp2
1 files changed, 2 insertions, 0 deletions
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(
129 } 129 }
130 130
131LExit: 131LExit:
132 ReleaseNullObject(pEngine);
133
132 return hr; 134 return hr;
133} 135}
134 136