diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-09-22 09:09:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-09-22 09:09:42 +0200 |
commit | 3cb9cc788711cc2cc4eda0e06799f6628623e827 (patch) | |
tree | e936fcf7957045afdd4c6d3e11f355d8ad037fe3 /src/mint/taler-mint-httpd_refresh.c | |
parent | 74dfa2dfe0995ad9c01fbd499db7ff11dc2ede95 (diff) |
do not try to free NULL
Diffstat (limited to 'src/mint/taler-mint-httpd_refresh.c')
-rw-r--r-- | src/mint/taler-mint-httpd_refresh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c index 72288b0a0..29fd4baea 100644 --- a/src/mint/taler-mint-httpd_refresh.c +++ b/src/mint/taler-mint-httpd_refresh.c @@ -536,7 +536,6 @@ handle_refresh_melt_json (struct MHD_Connection *connection, free_commit_coins (commit_coin, TALER_CNC_KAPPA, num_newcoins); - GNUNET_free (link_enc); return (GNUNET_SYSERR == res) ? MHD_NO : MHD_YES; } rcc->refresh_link |