diff options
Diffstat (limited to 'src/mbahost')
-rw-r--r-- | src/mbahost/mbahost.cpp | 2 |
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 | ||
131 | LExit: | 131 | LExit: |
132 | ReleaseNullObject(pEngine); | ||
133 | |||
132 | return hr; | 134 | return hr; |
133 | } | 135 | } |
134 | 136 | ||