changeset 7788:6741cac0bf52

[gaim-migrate @ 8434] whoops, missed a stringref_free committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sun, 07 Dec 2003 16:34:39 +0000
parents 666f672a869a
children d52f01b821df
files src/stringref.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/stringref.c	Sun Dec 07 16:29:44 2003 +0000
+++ b/src/stringref.c	Sun Dec 07 16:34:39 2003 +0000
@@ -97,7 +97,7 @@
 	if ((--(stringref->ref) & 0x7fffffff) == 0) {
 		if (stringref->ref & 0x80000000)
 			gclist = g_list_remove(gclist, stringref);
-		g_free(stringref);
+		stringref_free(stringref);
 	}
 }