--- 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)