diff options
Diffstat (limited to 'src/btree.c')
-rw-r--r-- | src/btree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/btree.c b/src/btree.c index d5acaf366..b99820ddb 100644 --- a/src/btree.c +++ b/src/btree.c @@ -2338,7 +2338,6 @@ int sqlite3BtreeOpen( pBt->mutex = sqlite3MutexAlloc(SQLITE_MUTEX_FAST); if( pBt->mutex==0 ){ rc = SQLITE_NOMEM; - db->mallocFailed = 0; goto btree_open_out; } } |