diff options
-rw-r--r-- | dbaccess/source/core/api/tablecontainer.cxx | 6 | ||||
-rw-r--r-- | dbaccess/source/core/api/viewcontainer.cxx | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dbaccess/source/core/api/tablecontainer.cxx b/dbaccess/source/core/api/tablecontainer.cxx index 2a3897417bfe..91afde07751a 100644 --- a/dbaccess/source/core/api/tablecontainer.cxx +++ b/dbaccess/source/core/api/tablecontainer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tablecontainer.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: oj $ $Date: 2001-04-27 10:10:48 $ + * last change: $Author: fs $ $Date: 2001-04-27 12:06:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -379,6 +379,8 @@ void OTableContainer::disposing() // m_aNameMap.clear(); m_xMasterTables = NULL; m_xMetaData = NULL; + m_xConnection = NULL; + m_pWarningsContainer = NULL; m_bConstructed = sal_False; } // ----------------------------------------------------------------------------- diff --git a/dbaccess/source/core/api/viewcontainer.cxx b/dbaccess/source/core/api/viewcontainer.cxx index 0baea4cd1a35..97834e52f93e 100644 --- a/dbaccess/source/core/api/viewcontainer.cxx +++ b/dbaccess/source/core/api/viewcontainer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: viewcontainer.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2001-04-26 09:12:09 $ + * last change: $Author: fs $ $Date: 2001-04-27 12:06:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -261,6 +261,8 @@ void OViewContainer::disposing() m_xMasterViews = NULL; m_xMetaData = NULL; + m_xConnection = NULL; + m_pWarningsContainer = NULL; m_bConstructed = sal_False; } // XServiceInfo |