-check return value

This commit is contained in:
Christian Grothoff 2015-12-20 13:00:06 +01:00
parent 2d6303c698
commit 8e75ccaa71
2 changed files with 2 additions and 1 deletions

View File

@ -1524,6 +1524,7 @@ interpreter_run (void *cls,
fail (is); fail (is);
return; return;
} }
json_decref (wire);
trigger_context_task (); trigger_context_task ();
return; return;
} }

View File

@ -1735,7 +1735,7 @@ interpret (struct PERF_TALER_MINTDB_interpreter_state *state)
1, 1,
1, 1,
refresh_commit); refresh_commit);
GNUNET_assert (GNUNET_OK == ret);
} }
break; break;