aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-09-29 08:57:32 +0200
committerGuido Günther <agx@sigxcpu.org>2014-09-29 08:57:32 +0200
commita8bb64e1714111a29059c1ecae70bea1dfe6e6aa (patch)
tree7bb4ddbc70dee6d2018390c870214a58912bee3f
parentce4c76efa3c9179a1c7f7e99dd14853629255f91 (diff)
Free uri
soup_message_new copies it's contents
-rw-r--r--libplanfahr/providers/hafas-bin6.c1
1 files changed, 1 insertions, 0 deletions
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);