Mercurial > pidgin
changeset 20993:d75823791c02
Leak fix.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 19 Oct 2007 02:12:00 +0000 |
parents | 758d10b409a5 |
children | 1054e35acf65 |
files | pidgin/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkimhtml.c Fri Oct 19 01:42:52 2007 +0000 +++ b/pidgin/gtkimhtml.c Fri Oct 19 02:12:00 2007 +0000 @@ -553,6 +553,7 @@ if (GTK_IMHTML(imhtml)->tip) { if ((tip == GTK_IMHTML(imhtml)->tip)) { + g_slist_free(tags); return FALSE; } /* We've left the cell. Remove the timeout and create a new one below */