changeset 20933:999b77dcb63f

Plug another leak.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 14 Oct 2007 22:48:52 +0000
parents df06520dbb4d
children 6739d93f95c1
files libpurple/prefs.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/prefs.c	Sun Oct 14 21:42:50 2007 +0000
+++ b/libpurple/prefs.c	Sun Oct 14 22:48:52 2007 +0000
@@ -297,6 +297,7 @@
 						g_filename_from_utf8(pref_value, -1, NULL, NULL, NULL));
 			}
 		}
+		g_string_free(pref_name_full, TRUE);
 	} else {
 		char *decoded;