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
deadalnixPushed on May 14 2017, 22:04
Parents
rABCb50e5fe099b3: Merge pull request #4968
Branches
Unknown
Tags
Unknown

Event Timeline

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