From 3cb9cc788711cc2cc4eda0e06799f6628623e827 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 22 Sep 2015 09:09:42 +0200 Subject: [PATCH] do not try to free NULL --- src/mint-lib/test-mint-home/config/mint-common.conf | 2 +- src/mint/taler-mint-httpd_refresh.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mint-lib/test-mint-home/config/mint-common.conf b/src/mint-lib/test-mint-home/config/mint-common.conf index b2b948268..1a61f4f82 100644 --- a/src/mint-lib/test-mint-home/config/mint-common.conf +++ b/src/mint-lib/test-mint-home/config/mint-common.conf @@ -17,7 +17,7 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG DB = postgres # Is this is a testcase, use transient DB actions? -TESTRUN = YES +TESTRUN = NO [mintdb-postgres] 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