diff -r 8dc8494f1e0e -r 839ea9debada persistentstorage/sql/SRC/Server/SqlBur.cpp --- a/persistentstorage/sql/SRC/Server/SqlBur.cpp Wed Sep 15 14:05:58 2010 +0300 +++ b/persistentstorage/sql/SRC/Server/SqlBur.cpp Wed Oct 13 16:30:44 2010 +0300 @@ -624,8 +624,9 @@ // if we got here, we have a backup of the original database in .db.bak // and the new database in .db }//end of for(...) + __SQLLEAVE_IF_ERROR(err2); - + // clean up dir //delete dir; CleanupStack::PopAndDestroy(dir);