Changeset 20c9c21 for lib/proxy.c


Ignore:
Timestamp:
2015-01-16T19:50:24Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
840394e
Parents:
434ffa2
Message:

Fix some more g_source_remove warnings, this time in proxy.c

Both in gaim_io_connected(), visible when using an http proxy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/proxy.c

    r434ffa2 r20c9c21  
    8686                closesocket(source);
    8787                b_event_remove(phb->inpa);
     88                phb->inpa = 0;
    8889                if( phb->proxy_func )
    8990                        phb->proxy_func(phb->proxy_data, -1, B_EV_IO_READ);
     
    9798        sock_make_blocking(source);
    9899        b_event_remove(phb->inpa);
     100        phb->inpa = 0;
    99101        if( phb->proxy_func )
    100102                phb->proxy_func(phb->proxy_data, source, B_EV_IO_READ);
Note: See TracChangeset for help on using the changeset viewer.