aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_extensions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_extensions.c')
-rw-r--r--src/exchange/taler-exchange-httpd_extensions.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd_extensions.c b/src/exchange/taler-exchange-httpd_extensions.c
index c89a0041..ecced1fd 100644
--- a/src/exchange/taler-exchange-httpd_extensions.c
+++ b/src/exchange/taler-exchange-httpd_extensions.c
@@ -118,14 +118,14 @@ extension_update_event_cb (void *cls,
err.text,
err.source);
GNUNET_break (0);
- free (manifest_js);
+ free (manifest_str);
return;
}
// Call the parser for the extension
ret = extension->load_config (
- (struct TALER_Extension *) extension,
- json_object_get (manifest_js, "config"));
+ json_object_get (manifest_js, "config"),
+ (struct TALER_Extension *) extension);
if (GNUNET_OK != ret)
{