do not try to free NULL
This commit is contained in:
parent
74dfa2dfe0
commit
3cb9cc7887
@ -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]
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user