summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@oracle.com>2011-03-10 10:59:14 +0100
committerOcke Janssen [oj] <Ocke.Janssen@oracle.com>2011-03-10 10:59:14 +0100
commitc38ac7124a3a0f55b155569b8574f1ba4dc734ab (patch)
tree98b030fd831ffe51adef7b65640c7d49d807dcb4 /dbaccess/source/ui/browser
parent1f1794f5d112fa931852f8cc8bc09bf01d2c3d95 (diff)
dba34c: release param
Diffstat (limited to 'dbaccess/source/ui/browser')
-rw-r--r--dbaccess/source/ui/browser/genericcontroller.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx
index 200c87a729b3..99208c0de2ae 100644
--- a/dbaccess/source/ui/browser/genericcontroller.cxx
+++ b/dbaccess/source/ui/browser/genericcontroller.cxx
@@ -965,6 +965,9 @@ void OGenericUnoController::disposing()
m_xMasterDispatcher = NULL;
m_xSlaveDispatcher = NULL;
m_xServiceFactory = NULL;
+ m_xTitleHelper.clear();
+ m_xUrlTransformer.clear();
+ m_aInitParameters.clear();
}
// -----------------------------------------------------------------------------