Fix a memory leak in KuitStaticData
ClosedPublic

Authored by jtamate on Dec 3 2017, 9:51 PM.

Details

Summary

domainSetups QHash was populated in Kuit::setupForDomain, but
the values of the QHash where not deleted in the default destructor.
All the credit goes to mpyne, anthonyfierony, aacid and apol.

Diff Detail

Repository
R249 KI18n
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
jtamate created this revision.Dec 3 2017, 9:51 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptDec 3 2017, 9:51 PM
jtamate requested review of this revision.Dec 3 2017, 9:51 PM
dfaure accepted this revision.Dec 4 2017, 8:29 AM
This revision is now accepted and ready to land.Dec 4 2017, 8:29 AM
This revision was automatically updated to reflect the committed changes.