Philip Kaufmann be8e1f8479 Bitcoin-Qt: fix crash on Windows caused by CDBEnv::EnvShutdown()
- can be triggerd by just adding -proxy=crashme with 0.7.1
- crash occured, when AppInit2() was left with return false; after the
  first call to bitdb.open() (Step 6 in init)
- this is caused by GetDataDir() or .string() in CDBEnv::EnvShutdown()
  called via the bitdb global destructor
- init fDbEnvInit and fMockDb to false in CDBEnv::CDBEnv()
2012-11-18 14:10:26 +01:00
..
2012-04-27 10:14:33 -04:00
2012-11-15 23:00:16 +01:00
2012-08-28 17:13:11 -04:00
2012-10-29 13:34:35 -04:00
2012-08-21 22:50:00 -04:00
2012-05-18 22:02:28 +08:00
2012-05-18 22:02:28 +08:00
2012-10-25 16:12:40 +02:00
2012-05-18 22:02:28 +08:00
2012-10-20 23:08:56 +02:00
2012-10-20 23:08:56 +02:00
2012-10-04 15:49:15 +02:00
2012-11-15 23:00:16 +01:00
2012-11-15 23:00:16 +01:00
2012-11-09 01:06:06 +01:00
2012-06-25 12:28:29 +08:00
2012-10-08 17:46:45 -04:00