aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-aggregator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-aggregator.c')
-rw-r--r--src/exchange/taler-exchange-aggregator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c
index 0b98a3424..21a29e506 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -1039,10 +1039,10 @@ main (int argc,
1039 options, 1039 options,
1040 &run, NULL)) 1040 &run, NULL))
1041 { 1041 {
1042 GNUNET_free ((void *) argv); 1042 GNUNET_free_nz ((void *) argv);
1043 return GR_CMD_LINE_OPTIONS_WRONG; 1043 return GR_CMD_LINE_OPTIONS_WRONG;
1044 } 1044 }
1045 GNUNET_free ((void *) argv); 1045 GNUNET_free_nz ((void *) argv);
1046 return global_ret; 1046 return global_ret;
1047} 1047}
1048 1048