HomePhabricator

qt: Plug many memory leaks

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
deadalnixPushed on May 14 2017, 22:04
Parents
rABC9346f8429957: 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 rABC47db07537746: qt: Plug many memory leaks (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Nov 23 2016, 11:33