diff options
Diffstat (limited to 'src/exchange/taler-exchange-aggregator.c')
-rw-r--r-- | src/exchange/taler-exchange-aggregator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c index 0b98a342..21a29e50 100644 --- a/src/exchange/taler-exchange-aggregator.c +++ b/src/exchange/taler-exchange-aggregator.c @@ -1039,10 +1039,10 @@ main (int argc, options, &run, NULL)) { - GNUNET_free ((void *) argv); + GNUNET_free_nz ((void *) argv); return GR_CMD_LINE_OPTIONS_WRONG; } - GNUNET_free ((void *) argv); + GNUNET_free_nz ((void *) argv); return global_ret; } |