fix double-free

This commit is contained in:
Marcello Stanisci 2019-03-13 17:15:57 +01:00
parent 99fc27d403
commit 6ee5346b20
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -950,7 +950,6 @@ main (int argc,
return BAD_CONFIG_FILE;
}
GNUNET_free (exchange_payto_url);
GNUNET_free (bank_details_section);
}
if ( (MODE_EXCHANGE == mode) || (MODE_BOTH == mode) )
{