summaryrefslogtreecommitdiff
path: root/src/wire/plugin_wire_test.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-04 17:40:51 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-04 17:40:51 +0200
commitafb1ab2a116bb0b33b5d23d043222965892e8edf (patch)
tree514a8ff9108872b1d01dc5e28dc5727ca4c6b63d /src/wire/plugin_wire_test.c
parent0ff76b5abbf09aa273b7998f4d16bb0c0e4d90bb (diff)
downloadexchange-afb1ab2a116bb0b33b5d23d043222965892e8edf.tar.gz
exchange-afb1ab2a116bb0b33b5d23d043222965892e8edf.tar.bz2
exchange-afb1ab2a116bb0b33b5d23d043222965892e8edf.zip
-fix mem leaks
Diffstat (limited to 'src/wire/plugin_wire_test.c')
-rw-r--r--src/wire/plugin_wire_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wire/plugin_wire_test.c b/src/wire/plugin_wire_test.c
index 8c03d155e..357449af6 100644
--- a/src/wire/plugin_wire_test.c
+++ b/src/wire/plugin_wire_test.c
@@ -762,6 +762,7 @@ libtaler_plugin_wire_test_init (void *cls)
return NULL;
}
tc->bank = TALER_BANK_init (uri);
+ GNUNET_free (uri);
if (NULL == tc->bank)
{
GNUNET_break (0);