summaryrefslogtreecommitdiff
path: root/rest/rest-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'rest/rest-proxy.c')
-rw-r--r--rest/rest-proxy.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/rest/rest-proxy.c b/rest/rest-proxy.c
index c8b52e9..e533908 100644
--- a/rest/rest-proxy.c
+++ b/rest/rest-proxy.c
@@ -103,6 +103,11 @@ rest_proxy_dispose (GObject *object)
static void
rest_proxy_finalize (GObject *object)
{
+ RestProxyPrivate *priv = GET_PRIVATE (object);
+
+ g_free (priv->url);
+ g_free (priv->url_format);
+
if (G_OBJECT_CLASS (rest_proxy_parent_class)->finalize)
G_OBJECT_CLASS (rest_proxy_parent_class)->finalize (object);
}