Changes in protocols/jabber/s5bytestream.c [8256ad5:de26f3c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/s5bytestream.c
r8256ad5 rde26f3c 123 123 124 124 if ( tf->watch_in ) 125 {126 125 b_event_remove( tf->watch_in ); 127 tf->watch_in = 0;128 }129 126 130 127 if( tf->watch_out ) 131 {132 128 b_event_remove( tf->watch_out ); 133 tf->watch_out = 0;134 }135 129 136 130 g_free( bt->pseudoadr );
Note: See TracChangeset
for help on using the changeset viewer.