summaryrefslogtreecommitdiff
path: root/idl/inc/types.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-28 08:54:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-28 08:55:12 +0200
commitf961cf50a7bcdcb173aa835db7bd891841947c31 (patch)
tree73f5906468d0b911406c7a91d9aa24cc0f02c13e /idl/inc/types.hxx
parent1d203f2d3f45e3323530826eb5642eb52d1c1909 (diff)
Fix memory leak
Change-Id: Ie12862f8df701298db51ed45b5c24814a6f94def
Diffstat (limited to 'idl/inc/types.hxx')
-rw-r--r--idl/inc/types.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index 4b08f7143e9c..54f2c1a88686 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -173,6 +173,8 @@ public:
const OString& rCName, const OString& rBasicName,
const OString& rBasicPostfix );
+ virtual ~SvMetaType();
+
SvMetaAttributeMemberList & GetAttrList() const;
sal_uLong GetAttrCount() const
{