# HG changeset patch # User Elliott Sales de Andrade # Date 1316899166 0 # Node ID 459ffa11348ead72e56abb0a98371302f7f1a557 # Parent a7f0fdce9a0e888b8d1666f3d87393dca9c392ee Fix a leak. This strdup shouldn't be here. diff -r a7f0fdce9a0e -r 459ffa11348e pidgin/gtkconv-theme.c --- a/pidgin/gtkconv-theme.c Sat Sep 24 21:18:17 2011 +0000 +++ b/pidgin/gtkconv-theme.c Sat Sep 24 21:19:26 2011 +0000 @@ -673,7 +673,7 @@ priv = PIDGIN_CONV_THEME_GET_PRIVATE(theme); - return g_strdup(priv->variant); + return priv->variant; } void