Mercurial > pidgin
changeset 32362:910475e626be
Fix a small leak.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Fri, 18 Nov 2011 19:37:04 +0000 |
parents | e2c275816484 |
children | 411e11db1002 |
files | pidgin/gtkconv-theme.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv-theme.c Fri Nov 18 19:08:09 2011 +0000 +++ b/pidgin/gtkconv-theme.c Fri Nov 18 19:37:04 2011 +0000 @@ -381,6 +381,7 @@ if (!g_file_get_contents(file, &priv->outgoing_next_context_html, NULL, NULL)) { priv->outgoing_next_context_html = g_strdup(get_outgoing_context_html(priv, dir)); } + g_free(file); return priv->outgoing_next_context_html; }