# HG changeset patch # User Richard Laager # Date 1130291313 0 # Node ID 9cd233ea27993bb78c71b8c7a9016097878dd187 # Parent 4669e7461968bd9122cf5966f881266cedfd56e4 [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 diff -r 4669e7461968 -r 9cd233ea2799 src/protocols/bonjour/jabber.c --- 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("", html_body, "", NULL); } - g_free(font_size); /* Send the message to the UI */ serv_got_im(connection, gb->name, body, 0, time(NULL));