diff options
Diffstat (limited to 'src/exchangedb/exchangedb_denomkeys.c')
-rw-r--r-- | src/exchangedb/exchangedb_denomkeys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchangedb_denomkeys.c b/src/exchangedb/exchangedb_denomkeys.c index fad15cd54..0584c2c6d 100644 --- a/src/exchangedb/exchangedb_denomkeys.c +++ b/src/exchangedb/exchangedb_denomkeys.c | |||
@@ -227,7 +227,7 @@ TALER_EXCHANGEDB_denomination_key_write (const char *filename, | |||
227 | if (wrote != priv_enc_size) | 227 | if (wrote != priv_enc_size) |
228 | goto cleanup; | 228 | goto cleanup; |
229 | ret = GNUNET_OK; | 229 | ret = GNUNET_OK; |
230 | cleanup: | 230 | cleanup: |
231 | GNUNET_free_non_null (priv_enc); | 231 | GNUNET_free_non_null (priv_enc); |
232 | if (NULL != fh) | 232 | if (NULL != fh) |
233 | (void) GNUNET_DISK_file_close (fh); | 233 | (void) GNUNET_DISK_file_close (fh); |