aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-10-04 14:47:53 +0200
committerGuido Günther <agx@sigxcpu.org>2014-10-04 14:47:53 +0200
commitbc08b74e64d97c1fa2454cfa9873383dcad637ab (patch)
tree421ecfd85964d08e6d64327056be863b815082c7
parentb07fa5cd043c047b78c2792ff5f1e4a34c7cbf1e (diff)
Don't unref stops twice
-rw-r--r--libplanfahr/lpf-trip-part.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libplanfahr/lpf-trip-part.c b/libplanfahr/lpf-trip-part.c
index 034865f..6fbc8ff 100644
--- a/libplanfahr/lpf-trip-part.c
+++ b/libplanfahr/lpf-trip-part.c
@@ -142,7 +142,6 @@ lpf_trip_part_finalize (GObject *object)
g_object_unref (priv->end);
g_slist_free_full (priv->stops, g_object_unref);
g_free (priv->line);
- g_slist_free_full (priv->stops, g_object_unref);
parent_class->finalize (object);
}