addressing leaks.

This commit is contained in:
Marcello Stanisci 2018-03-21 17:12:24 +01:00
parent 9cc813adec
commit 0056cb6d09
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -175,10 +175,12 @@ TALER_TESTING_prepare_exchange (const char *config_filename,
"Failed to run `taler-auditor-sign`,"
" is your PATH correct?\n");
GNUNET_free (signed_keys_out);
GNUNET_free (exchange_master_pub);
return GNUNET_NO;
}
GNUNET_free (exchange_master_pub);
GNUNET_free (signed_keys_out);
GNUNET_OS_process_wait (proc);
GNUNET_OS_process_destroy (proc);