summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-04-12 23:56:20 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-04-12 23:56:20 +0000
commite253b3b0d759ce901fb277655489ba70f65267da (patch)
tree6fc49b334ffc3cabecf12ece0b245ad6c4a572ee
parent72cbcc93e3b7da059d14044b7b242d45f5281692 (diff)
downloadpidgin-e253b3b0d759ce901fb277655489ba70f65267da.tar.gz
Whoops, crashy-crashy.
-rw-r--r--pidgin/gtkblist-theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkblist-theme.c b/pidgin/gtkblist-theme.c
index 2ba8f35cdf..478481b261 100644
--- a/pidgin/gtkblist-theme.c
+++ b/pidgin/gtkblist-theme.c
@@ -252,7 +252,7 @@ pidgin_blist_theme_finalize(GObject *obj)
priv = PIDGIN_BLIST_THEME_GET_PRIVATE(obj);
/* Buddy List */
- g_free(priv->bgcolor);
+ gdk_color_free(priv->bgcolor);
g_free(priv->layout);
/* Group */