06296dd Make sure callbacks never retry when ares channel is destroyed

1 file Authored by mnagy 14 years ago, Committed by sgallagh 14 years ago,
    Make sure callbacks never retry when ares channel is destroyed
    
    When the resolv context destructor is invoked, the callbacks for pending
    queries could have been called with ARES_EDESTRUCTION and try to re-send
    the query.
    
        
file modified
+12 -4