D21139: Fix FakeAkonadiServerCommands being leaked

David Faure noreply at phabricator.kde.org
Sat May 11 10:26:03 BST 2019


dfaure created this revision.
dfaure added a reviewer: dvratil.
dfaure requested review of this revision.

REVISION 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)

BRANCH
  itemretriever (branched from Applications/19.04)

REVISION DETAIL
  https://phabricator.kde.org/D21139

AFFECTED FILES
  autotests/libs/fakeserverdata.cpp
  autotests/libs/fakeserverdata.h

To: dfaure, dvratil
Cc: kde-pim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20190511/fc4a5d4d/attachment.html>


More information about the kde-pim mailing list