From 9f6178c0ee90ad0258bec6a3888d1fa96613f96c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 22 Jan 2016 11:06:21 +0100 Subject: [PATCH] Fix error reporting in MatrixHTTPAPI --- src/matrix-http-api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/matrix-http-api.c b/src/matrix-http-api.c index 66b5eb3..0ccd0f6 100644 --- a/src/matrix-http-api.c +++ b/src/matrix-http-api.c @@ -567,7 +567,6 @@ _response_callback(SoupSession *session, if (JSON_NODE_HOLDS_OBJECT(content)) { JsonObject *root_object; JsonNode *node; - GError *err = NULL; root_object = json_node_get_object(content);