This commit is contained in:
Christian Grothoff 2020-03-03 12:32:55 +01:00
parent 113f3891d1
commit 5d67cb9c4f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -403,7 +403,7 @@ load_terms (struct TALER_MHD_Legal *legal,
GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING, GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_WARNING,
"fstat", "fstat",
fn); fn);
GNUENT_break (0 == close (fd)); GNUNET_break (0 == close (fd));
GNUNET_free (fn); GNUNET_free (fn);
return; return;
} }