[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:20:14 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=716ebae

The following commit has been merged in the master branch:
commit 716ebae9f4d3337a97e1e087fbed0fa1b3058593
Author: Dominik Schmidt <dev at dominik-schmidt.de>
Date:   Tue Oct 4 23:18:45 2011 +0200

    Delete LogManager once the logs are retrieved
---
 lib/chat-widget.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp
index ae9b5aa..c652016 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -246,6 +246,7 @@ ChatWidget::ChatWidget(const Tp::TextChannelPtr & channel, const Tp::AccountPtr
 ChatWidget::~ChatWidget()
 {
     d->channel->requestClose(); // ensure closing; does nothing, if already closed
+    delete d->logManager;
     delete d;
 }
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list