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:38:03 +0800
commit1a61af6de2fc25206edd16818263f6972e16c9a2 (patch)
tree982056df44830464fb77a2b83e2c651b9feb010f
parent5cd0c94a4ffcaa695947a344836f05c516b8afe4 (diff)
downloadgsoc2013-empathy-1a61af6de2fc25206edd16818263f6972e16c9a2.tar
gsoc2013-empathy-1a61af6de2fc25206edd16818263f6972e16c9a2.tar.gz
gsoc2013-empathy-1a61af6de2fc25206edd16818263f6972e16c9a2.tar.bz2
gsoc2013-empathy-1a61af6de2fc25206edd16818263f6972e16c9a2.tar.lz
gsoc2013-empathy-1a61af6de2fc25206edd16818263f6972e16c9a2.tar.xz
gsoc2013-empathy-1a61af6de2fc25206edd16818263f6972e16c9a2.tar.zst
gsoc2013-empathy-1a61af6de2fc25206edd16818263f6972e16c9a2.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 98b523527..0a4cf4dd2 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -3474,6 +3474,8 @@ log_manager_got_dates_cb (GObject *manager,
g_date_free (date);
}
+
+ g_free (separator);
}
g_list_free_full (dates, g_free);