diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-03 22:53:26 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-04 01:57:14 +0200 |
commit | 56977dfaa541dfc06f2cec921a49f5a68a8dbcb9 (patch) | |
tree | 8beb13123a4b6fe2464188568d84172f415d6519 /tubes/source | |
parent | 0c9aae91bcbd0cb7b0f0f7e8631aa4aeebb20993 (diff) |
tubes: fix leaking ScCollaboration; add it to ScDocShell
Change-Id: I43c951b5694ad38aa1a2e5da7cc99dfb52685349
Diffstat (limited to 'tubes/source')
-rw-r--r-- | tubes/source/contacts.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tubes/source/contacts.cxx b/tubes/source/contacts.cxx index d24ffd3dcd0d..aa3fb790e42d 100644 --- a/tubes/source/contacts.cxx +++ b/tubes/source/contacts.cxx @@ -185,7 +185,6 @@ public: } virtual ~TubeContacts() { - delete mpCollaboration; delete mpManager; } |