diff src/protocols/oscar/oscar.c @ 2754:642413968b03

[gaim-migrate @ 2767] lisa started putting up the christmas decorations today. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 19 Nov 2001 04:35:39 +0000
parents 6f527cbd899d
children 8eb8db9a8449
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Mon Nov 19 04:09:58 2001 +0000
+++ b/src/protocols/oscar/oscar.c	Mon Nov 19 04:35:39 2001 +0000
@@ -518,6 +518,12 @@
 		odata->hasicons = g_slist_remove(odata->hasicons, n);
 		g_free(n);
 	}
+	if (odata->create_name)
+		g_free(odata->create_name);
+	if (odata->newp)
+		g_free(odata->newp);
+	if (odata->oldp)
+		g_free(odata->oldp);
 	if (gc->inpa > 0)
 		gaim_input_remove(gc->inpa);
 	if (odata->cnpa > 0)