HomePhabricator

qt: Prevent thread/memory leak on exiting RPCConsole
693384eedb1aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

qt: Prevent thread/memory leak on exiting RPCConsole

Make ownership of the QThread object clear, so that the RPCConsole
can wait for the executor thread to quit before shutdown is called. This
increases overall thread safety, and prevents some objects from leaking
on exit.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Nov 18 2016, 15:35
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING47db07537746: qt: Plug many memory leaks
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGING693384eedb1a: qt: Prevent thread/memory leak on exiting RPCConsole (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Nov 23 2016, 11:33