diff libpurple/protocols/oscar/oft.c @ 17235:1927f4ead3ca

Make all the oscar memory allocations and frees use the glib functions to avoid problems when mixing C runtimes.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 22 May 2007 18:56:09 +0000
parents 32c366eeeb99
children 7e078c970fdd df1678b8bd51
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oft.c	Tue May 22 13:00:00 2007 +0000
+++ b/libpurple/protocols/oscar/oft.c	Tue May 22 18:56:09 2007 +0000
@@ -568,7 +568,7 @@
 			break;
 	}
 
-	free(frame.name);
+	g_free(frame.name);
 }
 
 /*******************************************************************/