diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-03-20 15:00:03 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 13:01:48 +0100 |
commit | d1091fd50adb1c01d1b1393fd662278611f9e7e1 (patch) | |
tree | db279bb0b9641b8e912c55d72ce4a9a7ccb2f4b5 /vcl/unx | |
parent | 58a43332b3a86db3756e6ad18e31189969c85364 (diff) |
re-insert erroneously converted delete calls.
Change-Id: Iebdf2af3866d884289f6913646106fe3f2d4dde5
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/app/i18n_status.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/generic/app/i18n_status.cxx b/vcl/unx/generic/app/i18n_status.cxx index 210171363843..13cfdb1b911b 100644 --- a/vcl/unx/generic/app/i18n_status.cxx +++ b/vcl/unx/generic/app/i18n_status.cxx @@ -523,6 +523,7 @@ I18NStatus::I18NStatus() : I18NStatus::~I18NStatus() { + m_pStatusWindow.disposeAndClear(); if( pInstance == this ) pInstance = NULL; } |