Fixes a regression from Crash probably introduced by 4d17a1b0. Initialize the window to NULL and verify it before use.
Triggered in this case by running ./bitcoin-qt from a shell, and clicking on the icon before the window comes up.
Fixes a regression from Crash probably introduced by 4d17a1b0. Initialize the window to NULL and verify it before use.
Triggered in this case by running ./bitcoin-qt from a shell, and clicking on the icon before the window comes up.
Crash probably introduced by 4d17a1b0.
Inialize the window to NULL and verify it before use.
ping @jonasschnelli for review
ACK
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/99add01e76657ab7bc09d99c970b3ee08a0c9013 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
Eek, mind your null pointers/uninitialized variables.
ACK
Yes. My fault. Sorry guys. thanks @theuni