ItemRepository: Fix memory leak
ClosedPublic

Authored by kfunk on Mar 12 2016, 12:30 AM.

Details

Summary

Remove hack for intentional leak of item repository buckets. KDevelop seems
to function fine without the hack.

Removes a lot of junk from the ASAN leak report

Diff Detail

Repository
R33 KDevPlatform
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kfunk updated this revision to Diff 2726.Mar 12 2016, 12:30 AM
kfunk retitled this revision from to ItemRepository: Fix memory leak.
kfunk updated this object.
kfunk edited the test plan for this revision. (Show Details)
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptMar 12 2016, 12:30 AM

No crashes when loading bigger kdev-php and kdev-python projects, too.

mwolff accepted this revision.Mar 12 2016, 7:49 PM
mwolff added a reviewer: mwolff.
mwolff added a subscriber: mwolff.

considering you run with asan and this doesn't trigger fails for you, big +1 from my side!

nice job :) thanks for taking care of this

This revision is now accepted and ready to land.Mar 12 2016, 7:49 PM
This revision was automatically updated to reflect the committed changes.