Cleanup failed operations

This commit is contained in:
M66B 2020-02-08 12:28:37 +01:00
parent 541a904cf5
commit 2cfc34eaf0
1 changed files with 3 additions and 0 deletions

View File

@ -493,6 +493,9 @@ class Core {
} }
} }
for (TupleOperationEx op : ops)
op.cleanup(context);
if (ops.size() > 0 && state.isRunning() && state.isRecoverable()) if (ops.size() > 0 && state.isRunning() && state.isRecoverable())
Log.e("Operations failed=" + ops.size()); Log.e("Operations failed=" + ops.size());