diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-10 14:18:04 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-10 14:18:04 +0100 |
commit | 1ba683805a276307644adbd9cc916829f367cbc9 (patch) | |
tree | e2029fd085d67713381c492d1dc52425c87fcdf1 /common/resourceaccess.cpp | |
parent | 5a9934b8e02e9532ac200e7f1f10d6e4b0974683 (diff) | |
download | sink-1ba683805a276307644adbd9cc916829f367cbc9.tar.gz sink-1ba683805a276307644adbd9cc916829f367cbc9.zip |
Revert "Fixed memoryleak"
Fixing this introduces some crashes. I'll have to revisit this.
This reverts commit 679f2d5d7d46b2f098e939883520b707f01b2a36.
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp index 68bbb7a..fdef6f2 100644 --- a/common/resourceaccess.cpp +++ b/common/resourceaccess.cpp | |||
@@ -250,7 +250,6 @@ ResourceAccess::~ResourceAccess() | |||
250 | if (!d->resultHandler.isEmpty()) { | 250 | if (!d->resultHandler.isEmpty()) { |
251 | SinkWarning() << "Left jobs running while shutting down ResourceAccess: " << d->resultHandler.keys(); | 251 | SinkWarning() << "Left jobs running while shutting down ResourceAccess: " << d->resultHandler.keys(); |
252 | } | 252 | } |
253 | delete d; | ||
254 | } | 253 | } |
255 | 254 | ||
256 | QByteArray ResourceAccess::resourceName() const | 255 | QByteArray ResourceAccess::resourceName() const |