diff options
Diffstat (limited to 'src/VBox/Main/src-server/ProgressProxyImpl.cpp')
-rw-r--r-- | src/VBox/Main/src-server/ProgressProxyImpl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VBox/Main/src-server/ProgressProxyImpl.cpp b/src/VBox/Main/src-server/ProgressProxyImpl.cpp index b640188f26c..e7742c3c824 100644 --- a/src/VBox/Main/src-server/ProgressProxyImpl.cpp +++ b/src/VBox/Main/src-server/ProgressProxyImpl.cpp @@ -134,6 +134,8 @@ void ProgressProxy::FinalRelease() muOtherProgressStartWeight = 0; muOtherProgressWeight = 0; muOtherProgressStartOperation = 0; + + BaseFinalRelease(); } void ProgressProxy::uninit() |