-fix crash
This commit is contained in:
parent
e352fdd356
commit
7b258d4bdf
@ -1629,8 +1629,11 @@ begin_debit_audit (void)
|
|||||||
static void
|
static void
|
||||||
conclude_credit_history (void)
|
conclude_credit_history (void)
|
||||||
{
|
{
|
||||||
GNUNET_CONTAINER_multihashmap_destroy (in_map);
|
if (NULL != in_map)
|
||||||
in_map = NULL;
|
{
|
||||||
|
GNUNET_CONTAINER_multihashmap_destroy (in_map);
|
||||||
|
in_map = NULL;
|
||||||
|
}
|
||||||
/* credit done, now check debits */
|
/* credit done, now check debits */
|
||||||
begin_debit_audit ();
|
begin_debit_audit ();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user