Changeset 75cde5d
- Timestamp:
- 2006-05-16T21:27:59Z (19 years ago)
- Branches:
- master
- Children:
- 881fd4e
- Parents:
- 10a0abf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
r10a0abf r75cde5d 1549 1549 if(jd->gjc != NULL) { 1550 1550 gjab_delete(jd->gjc); 1551 /* YAY for modules with their own memory pool managers!... 1551 1552 g_free(jd->gjc->sid); 1553 And a less sarcastic yay for valgrind. :-) */ 1552 1554 jd->gjc = NULL; 1553 1555 }
Note: See TracChangeset
for help on using the changeset viewer.