HomePhabricator

minor variable init changes in init.cpp
20a11ffabf0cUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

minor variable init changes in init.cpp

  • explicit init of pcoinsdbview and pwalletMain (even if not needed, as globals are init to NULL, it seems cleaner)
  • remove check if (pwalletMain) in Shutdown() as delete is valid even if pwalletMain is NULL

Details

Provenance
Philip Kaufmann <phil.kaufmann@t-online.de>Authored on Sep 25 2014, 07:03
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGb50e5fe099b3: Merge pull request #4968
Branches
Unknown
Tags
Unknown

Event Timeline

Philip Kaufmann <phil.kaufmann@t-online.de> committed rSTAGING20a11ffabf0c: minor variable init changes in init.cpp (authored by Philip Kaufmann <phil.kaufmann@t-online.de>).Sep 25 2014, 11:49