summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-all/SharedFolderImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/src-all/SharedFolderImpl.cpp')
-rw-r--r--src/VBox/Main/src-all/SharedFolderImpl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VBox/Main/src-all/SharedFolderImpl.cpp b/src/VBox/Main/src-all/SharedFolderImpl.cpp
index 36511132d..2edf2a2ee 100644
--- a/src/VBox/Main/src-all/SharedFolderImpl.cpp
+++ b/src/VBox/Main/src-all/SharedFolderImpl.cpp
@@ -65,12 +65,13 @@ SharedFolder::~SharedFolder()
HRESULT SharedFolder::FinalConstruct()
{
- return S_OK;
+ return BaseFinalConstruct();
}
void SharedFolder::FinalRelease()
{
uninit();
+ BaseFinalRelease();
}
// public initializer/uninitializer for internal purposes only