diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-09 19:24:55 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-09 19:24:55 +0100 |
commit | 03deb122fa1ed0081ce4b4b312a333bb7930abf9 (patch) | |
tree | b2b6fb06e52d032938cc40d7a895c25a266f2785 | |
parent | 679f2d5d7d46b2f098e939883520b707f01b2a36 (diff) | |
download | sink-03deb122fa1ed0081ce4b4b312a333bb7930abf9.tar.gz sink-03deb122fa1ed0081ce4b4b312a333bb7930abf9.zip |
Fixed memoryleak
-rw-r--r-- | common/notifier.cpp | 2 |
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; | |||
33 | class Sink::Notifier::Private | 33 | class Sink::Notifier::Private |
34 | { | 34 | { |
35 | public: | 35 | public: |
36 | Private() : context(new QObject) | 36 | Private() |
37 | { | 37 | { |
38 | } | 38 | } |
39 | 39 | ||