fix taler-wire-auditor crash
This commit is contained in:
parent
da18859edc
commit
e5cf603963
@ -769,7 +769,7 @@ wire_out_cb (void *cls,
|
|||||||
GNUNET_CRYPTO_hash (wtid,
|
GNUNET_CRYPTO_hash (wtid,
|
||||||
sizeof (struct TALER_WireTransferIdentifierRawP),
|
sizeof (struct TALER_WireTransferIdentifierRawP),
|
||||||
&key);
|
&key);
|
||||||
roi = GNUNET_CONTAINER_multihashmap_get (in_map,
|
roi = GNUNET_CONTAINER_multihashmap_get (out_map,
|
||||||
&key);
|
&key);
|
||||||
if (NULL == roi)
|
if (NULL == roi)
|
||||||
{
|
{
|
||||||
@ -884,10 +884,6 @@ wire_out_cb (void *cls,
|
|||||||
"diagnostic", "execution date missmatch"));
|
"diagnostic", "execution date missmatch"));
|
||||||
}
|
}
|
||||||
cleanup:
|
cleanup:
|
||||||
GNUNET_assert (GNUNET_OK ==
|
|
||||||
GNUNET_CONTAINER_multihashmap_remove (out_map,
|
|
||||||
&key,
|
|
||||||
roi));
|
|
||||||
GNUNET_assert (GNUNET_OK ==
|
GNUNET_assert (GNUNET_OK ==
|
||||||
free_roi (NULL,
|
free_roi (NULL,
|
||||||
&key,
|
&key,
|
||||||
|
Loading…
Reference in New Issue
Block a user