Ignore:
Timestamp:
2006-05-19T07:55:53Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
68b518d6
Parents:
ac83732 (diff), 881fd4e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging from main development tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.c

    rac83732 r41ca004  
    15531553        if(jd->gjc != NULL) {
    15541554                gjab_delete(jd->gjc);
     1555                /* YAY for modules with their own memory pool managers!...
    15551556                g_free(jd->gjc->sid);
     1557                And a less sarcastic yay for valgrind. :-) */
    15561558                jd->gjc = NULL;
    15571559        }
Note: See TracChangeset for help on using the changeset viewer.