diff options
Diffstat (limited to 'src/VBox/Main/src-server/ProgressProxyImpl.cpp')
-rw-r--r-- | src/VBox/Main/src-server/ProgressProxyImpl.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/VBox/Main/src-server/ProgressProxyImpl.cpp b/src/VBox/Main/src-server/ProgressProxyImpl.cpp index 4504da603..b4fa20462 100644 --- a/src/VBox/Main/src-server/ProgressProxyImpl.cpp +++ b/src/VBox/Main/src-server/ProgressProxyImpl.cpp @@ -1,4 +1,4 @@ -/* $Id: ProgressProxyImpl.cpp $ */ +/* $Id: ProgressProxyImpl.cpp 35638 2011-01-19 19:10:49Z vboxsync $ */ /** @file * IProgress implementation for Machine::openRemoteSession in VBoxSVC. */ @@ -134,6 +134,8 @@ void ProgressProxy::FinalRelease() muOtherProgressStartWeight = 0; muOtherProgressWeight = 0; muOtherProgressStartOperation = 0; + + BaseFinalRelease(); } void ProgressProxy::uninit() |