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