comparison libpurple/protocols/oscar/family_popup.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
comparison
equal deleted inserted replaced
17234:12d0ad970a15 17235:1927f4ead3ca
52 52
53 if ((userfunc = aim_callhandler(od, snac->family, snac->subtype))) 53 if ((userfunc = aim_callhandler(od, snac->family, snac->subtype)))
54 ret = userfunc(od, conn, frame, msg, url, width, height, delay); 54 ret = userfunc(od, conn, frame, msg, url, width, height, delay);
55 55
56 aim_tlvlist_free(&tl); 56 aim_tlvlist_free(&tl);
57 free(msg); 57 g_free(msg);
58 free(url); 58 g_free(url);
59 59
60 return ret; 60 return ret;
61 } 61 }
62 62
63 static int 63 static int