Changeset 691
- Timestamp:
- 21/08/08 08:48:10 (3 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
c2s/main.c (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/c2s/main.c
r672 r691 777 777 } 778 778 if(sess->rate != NULL) rate_free(sess->rate); 779 if(sess->stanza_rate != NULL) rate_free(sess->stanza_rate); 779 780 780 781 free(sess); -
trunk/ChangeLog
r660 r691 1 2008-08-21 Mark Doliner <mark@meebo.com> 2 * Fix a memory leak when using stanza rate limiting 3 1 4 2008-08-09 Tomasz Sterna <tomek@xiaoka.com> 2 5 * Sending stream errors on SX wrapper errors
