# HG changeset patch # User Mark Doliner # Date 1161185258 0 # Node ID 175d85e4c8fa3e5ce2c3347f272a5a15b03184b9 # Parent 6dfb8f540cae7e14643e477bc8f48d29dbc7a542 [gaim-migrate @ 17520] This is no longer an issue as of datallah's commit, revision #17509 committer: Tailor Script diff -r 6dfb8f540cae -r 175d85e4c8fa libgaim/protocols/msn/user.c --- a/libgaim/protocols/msn/user.c Wed Oct 18 06:02:39 2006 +0000 +++ b/libgaim/protocols/msn/user.c Wed Oct 18 15:27:38 2006 +0000 @@ -55,12 +55,6 @@ { g_return_if_fail(user != NULL); - /* - * TODO: If any GaimBuddy->proto_data pointers point to this - * MsnUser then set them to NULL. Or possibly even better, - * don't set GaimBuddy->proto_data in the first place. - */ - if (user->clientcaps != NULL) g_hash_table_destroy(user->clientcaps);