Okay, I think I fixed at least one of the leaks. This particular one
seemed to happen every time you switch the account status. Attached is the
patch against beta5 if you want to rebuild. Just plop it into
debian/patches.
--- gaim-2.0.0+beta5/gtk/gtkblist.c.orig 2006-11-17 00:32:10.000000000 -0500
+++ gaim-2.0.0+beta5/gtk/gtkblist.c 2006-11-17 00:32:17.000000000 -0500
@@ -5965,8 +5965,7 @@
menuitem = l->data;
if (menuitem != gtk_item_factory_get_widget(gtkblist->ift, N_("/Accounts/Add\\/Edit")))
- gtk_container_remove(GTK_CONTAINER(accountmenu),
- menuitem);
+ gtk_widget_destroy(menuitem);
}
for (accounts = gaim_accounts_get_all(); accounts; accounts = accounts->next) {