diff libpurple/protocols/oscar/flap_connection.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 f80f7e1047be
line wrap: on
line diff
--- a/libpurple/protocols/oscar/flap_connection.c	Tue May 22 13:00:00 2007 +0000
+++ b/libpurple/protocols/oscar/flap_connection.c	Tue May 22 18:56:09 2007 +0000
@@ -723,7 +723,7 @@
 
 	aim_tlvlist_free(&tlvlist);
 
-	free(msg);
+	g_free(msg);
 }
 
 /**