Ignore:
Timestamp:
Jun 23, 2007 1:04:16 AM (17 years ago)
Author:
bennylp
Message:

Ticket #343: Canceling pending ioqueue operation in Symbian causes assertion failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/ioqueue_symbian.cpp

    r1248 r1384  
    388388 
    389389    type_ = TYPE_NONE; 
     390    pending_data_.common_.op_key_ = NULL; 
    390391} 
    391392 
     
    397398{ 
    398399    Type cur_type = type_; 
     400 
     401    pj_assert(op_key == pending_data_.common_.op_key_); 
    399402 
    400403    Cancel(); 
     
    404407            cb_.on_read_complete(key_, op_key, bytes_status); 
    405408    } else if (cur_type == TYPE_ACCEPT) 
    406         ; 
     409        ;     
    407410} 
    408411 
Note: See TracChangeset for help on using the changeset viewer.