Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/s5bytestream.c

    r8256ad5 rde26f3c  
    123123
    124124        if ( tf->watch_in )
    125         {
    126125                b_event_remove( tf->watch_in );
    127                 tf->watch_in = 0;
    128         }
    129126       
    130127        if( tf->watch_out )
    131         {
    132128                b_event_remove( tf->watch_out );
    133                 tf->watch_out = 0;
    134         }
    135129       
    136130        g_free( bt->pseudoadr );
Note: See TracChangeset for help on using the changeset viewer.