Skip to content
Commit 3cfff0ce authored by David Faure's avatar David Faure
Browse files

Fix FakeAkonadiServerCommands being leaked

Summary:
Porting to unique_ptr would be complex here because each command
goes through the following containers, between creation and usage+deletion:
- QList<FakeJobResponse *>
- QList<FakeAkonadiServerCommand *>
- QQueue<FakeAkonadiServerCommand *>

Test Plan: tagmodeltest with ASAN (but it has other leaks)

Reviewers: dvratil

Reviewed By: dvratil

Subscribers: kde-pim

Differential Revision: https://phabricator.kde.org/D21139
parent 548c54a1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment