aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-14 19:42:59 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-14 22:37:22 +0800
commit35b78547264e756030ae905aac30f03ce1e96cf9 (patch)
tree9fe5a2ac5db7b30a4b811aaf330345c19ccc8d26
parent4b81e8ff10c3973388cd022e243237cd32262b23 (diff)
downloadgsoc2013-empathy-35b78547264e756030ae905aac30f03ce1e96cf9.tar
gsoc2013-empathy-35b78547264e756030ae905aac30f03ce1e96cf9.tar.gz
gsoc2013-empathy-35b78547264e756030ae905aac30f03ce1e96cf9.tar.bz2
gsoc2013-empathy-35b78547264e756030ae905aac30f03ce1e96cf9.tar.lz
gsoc2013-empathy-35b78547264e756030ae905aac30f03ce1e96cf9.tar.xz
gsoc2013-empathy-35b78547264e756030ae905aac30f03ce1e96cf9.tar.zst
gsoc2013-empathy-35b78547264e756030ae905aac30f03ce1e96cf9.zip
fix separator leak
https://bugzilla.gnome.org/show_bug.cgi?id=663873
-rw-r--r--libempathy-gtk/empathy-log-window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 6fd1ff827..e196537fe 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -3460,6 +3460,8 @@ log_manager_got_dates_cb (GObject *manager,
g_date_free (date);
}
+
+ g_free (separator);
}
g_list_free_full (dates, g_free);