From 03deb122fa1ed0081ce4b4b312a333bb7930abf9 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 9 Nov 2017 19:24:55 +0100 Subject: Fixed memoryleak --- common/notifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/notifier.cpp b/common/notifier.cpp index 1b7cbdb..9aa6c90 100644 --- a/common/notifier.cpp +++ b/common/notifier.cpp @@ -33,7 +33,7 @@ using namespace Sink; class Sink::Notifier::Private { public: - Private() : context(new QObject) + Private() { } -- cgit v1.2.3