From a8bb64e1714111a29059c1ecae70bea1dfe6e6aa Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 29 Sep 2014 08:57:32 +0200 Subject: Free uri soup_message_new copies it's contents --- libplanfahr/providers/hafas-bin6.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libplanfahr/providers/hafas-bin6.c b/libplanfahr/providers/hafas-bin6.c index f1aa6d1..bec2606 100644 --- a/libplanfahr/providers/hafas-bin6.c +++ b/libplanfahr/providers/hafas-bin6.c @@ -708,6 +708,7 @@ lpf_provider_hafas_bin6_get_trips (LpfProvider *self, soup_session_queue_message (priv->session, msg, got_trips, trips_data); ret = 0; out: + soup_uri_free (uri); g_free (datestr); g_free (timestr); g_object_unref (start); -- cgit v1.2.3