HomePhabricator

qt: Plug many memory leaks
47db07537746Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

qt: Plug many memory leaks

None of these are very serious, and are leaks in objects that are
created at most one time.

In most cases this means properly using the QObject parent hierarchy,
except for BanTablePriv/PeerTablePriv which are not QObject,
so use a std::unique_ptr instead.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Nov 18 2016, 14:47
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING9346f8429957: Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGING47db07537746: qt: Plug many memory leaks (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Nov 23 2016, 11:33