diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-05-05 10:13:50 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-05-05 10:15:13 +0100 |
commit | 36c8dd27b19ce5088b65096af5f464ec5720efaa (patch) | |
tree | 36621dd14e74860260b65c0c08570b458d56ce2b /dbaccess | |
parent | 83076579132eabf50748c15d7a8defb6c3aa851e (diff) |
tdf#91027 - cleanup dbaccess related dispose logic.
Change-Id: Ice92188b097974b8e305c0180a791e25ed537054
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/dbwizsetup.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/dbwizsetup.cxx b/dbaccess/source/ui/dlg/dbwizsetup.cxx index 6edc3ce6a22e..bb3885c0fd58 100644 --- a/dbaccess/source/ui/dlg/dbwizsetup.cxx +++ b/dbaccess/source/ui/dlg/dbwizsetup.cxx @@ -270,6 +270,7 @@ ODbTypeWizDialogSetup::~ODbTypeWizDialogSetup() void ODbTypeWizDialogSetup::dispose() { delete m_pOutSet; + m_pOutSet = NULL; m_pGeneralPage.clear(); m_pMySQLIntroPage.clear(); m_pFinalPage.clear(); |