summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rest/oauth-proxy-call.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest/oauth-proxy-call.c b/rest/oauth-proxy-call.c
index ab77b1a..61c577c 100644
--- a/rest/oauth-proxy-call.c
+++ b/rest/oauth-proxy-call.c
@@ -245,6 +245,7 @@ steal_oauth_params (RestProxyCall *call, GHashTable *oauth_params)
while (to_remove) {
rest_params_remove (params, to_remove->data);
+ g_free (to_remove->data);
to_remove = g_list_delete_link (to_remove, to_remove);
}
}