diff options
Diffstat (limited to 'src/VBox/Main/src-server/HostImpl.cpp')
-rw-r--r-- | src/VBox/Main/src-server/HostImpl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VBox/Main/src-server/HostImpl.cpp b/src/VBox/Main/src-server/HostImpl.cpp index 37eed71cf2b..2276731bb72 100644 --- a/src/VBox/Main/src-server/HostImpl.cpp +++ b/src/VBox/Main/src-server/HostImpl.cpp @@ -220,12 +220,13 @@ struct Host::Data HRESULT Host::FinalConstruct() { - return S_OK; + return BaseFinalConstruct(); } void Host::FinalRelease() { uninit(); + BaseFinalRelease(); } /** |