changeset 11830:9cd233ea2799

[gaim-migrate @ 14121] Removing a g_free() I added during my first rewrite of the font_size stuff. It doesn't belong there any more. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 26 Oct 2005 01:48:33 +0000
parents 4669e7461968
children 386ec55b6a15
files src/protocols/bonjour/jabber.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/bonjour/jabber.c	Wed Oct 26 00:34:26 2005 +0000
+++ b/src/protocols/bonjour/jabber.c	Wed Oct 26 01:48:33 2005 +0000
@@ -206,7 +206,6 @@
 		body = g_strconcat("<font face='", font_face, "' size='", font_size, "' color='", ichat_text_color,
 							"' back='", ichat_balloon_color, "'>", html_body, "</font>", NULL);
 	}
-	g_free(font_size);
 
 	/* Send the message to the UI */
 	serv_got_im(connection, gb->name, body, 0, time(NULL));