summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-09 19:24:55 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-09 19:24:55 +0100
commit03deb122fa1ed0081ce4b4b312a333bb7930abf9 (patch)
treeb2b6fb06e52d032938cc40d7a895c25a266f2785 /common
parent679f2d5d7d46b2f098e939883520b707f01b2a36 (diff)
downloadsink-03deb122fa1ed0081ce4b4b312a333bb7930abf9.tar.gz
sink-03deb122fa1ed0081ce4b4b312a333bb7930abf9.zip
Fixed memoryleak
Diffstat (limited to 'common')
-rw-r--r--common/notifier.cpp2
1 files changed, 1 insertions, 1 deletions
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;
33class Sink::Notifier::Private 33class Sink::Notifier::Private
34{ 34{
35public: 35public:
36 Private() : context(new QObject) 36 Private()
37 { 37 {
38 } 38 }
39 39