Ignore:
Timestamp:
2014-10-27T08:05:44Z (10 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
81186736
Parents:
fef97af (diff), b6bd99c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging warning fixes from dx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/s5bytestream.c

    rfef97af rd2b3f25  
    123123
    124124        if ( tf->watch_in )
     125        {
    125126                b_event_remove( tf->watch_in );
     127                tf->watch_in = 0;
     128        }
    126129       
    127130        if( tf->watch_out )
     131        {
    128132                b_event_remove( tf->watch_out );
     133                tf->watch_out = 0;
     134        }
    129135       
    130136        g_free( bt->pseudoadr );
Note: See TracChangeset for help on using the changeset viewer.