Revision 5ef62f4cf0014b1c22732ae241ade327762910e3
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Wed Apr 11 01:23:00 EDT 2007
o -----------------------------------------------------------------
| Revision: 5ef62f4cf0014b1c22732ae241ade327762910e3
| Ancestor: d21f43eac5d686f6b95ba619347e216806f9ed05
| Author: nosnilmot
| Date: 2005-01-12T18:55:54
| Branch: im.pidgin.gaim.oldstatus
|
| Modified files:
| src/gtkblist.c
|
| ChangeLog:
|
| [gaim-migrate @ 11807]
| Ok, so this leak is still needed to prevent spooky disappearing buddies.
| ============================================================
| --- src/gtkblist.c bfac327425fd91d98c1fb5d053272d9f5d844cea
| +++ src/gtkblist.c 5efdfd54597df52f470cf5f8750bc67fdd694e72
| @@ -3531,8 +3531,10 @@ static void gaim_gtk_blist_remove(GaimBu
| * out ever since. I can't find any reason at all why this is bad and
| * valgrind found several reasons why it's good. If this causes problems
| * comment it out again. Stu */
| + /* Of course it still causes problems - this breaks dragging buddies into
| + * contacts, the dragged buddy mysteriously 'disappears'. Stu.
| g_free(node->ui_data);
| - node->ui_data = NULL;
| + node->ui_data = NULL; */
| }
|
| static gboolean do_selection_changed(GaimBlistNode *new_selection)
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 5ef62f4cf0014b1c22732ae241ade327762910e3
More information about the Commits
mailing list