diff options
author | Michael Stahl <mst@openoffice.org> | 2010-08-04 17:14:21 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-08-04 17:14:21 +0200 |
commit | bb1e28717397505acfad1e21994312273880c4fa (patch) | |
tree | 61e9619b4fceaee1434e36811d11d04b4c5c9fa7 /unoxml/source/dom/document.hxx | |
parent | 2a77fa44f3b2ccf8bf070e7d7350c801fa560d1d (diff) |
sw34bf01: #i112783#: unoxml: apply patch by cmc:
fix memory leak by removing unnecessary DOM::CDocument::m_aNodeRefList.
Diffstat (limited to 'unoxml/source/dom/document.hxx')
-rw-r--r-- | unoxml/source/dom/document.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unoxml/source/dom/document.hxx b/unoxml/source/dom/document.hxx index b653619031a1..9a54b1512b16 100644 --- a/unoxml/source/dom/document.hxx +++ b/unoxml/source/dom/document.hxx @@ -76,8 +76,6 @@ namespace DOM typedef set< Reference< XStreamListener > > listenerlist_t; private: - nodereflist_t m_aNodeRefList; - xmlDocPtr m_aDocPtr; // datacontrol/source state @@ -87,8 +85,6 @@ namespace DOM protected: CDocument(xmlDocPtr aDocPtr); - void addnode(xmlNodePtr aNode); - public: virtual ~CDocument(); |