Ignore:
Timestamp:
Dec 17, 2008 11:36:22 AM (15 years ago)
Author:
nanang
Message:

Ticket #675:

  • Fixed ICE+STUN panic E32User-CBASE 46, the problem seems to be inside the Symbian version of pjsua_handle_events().
  • Updated minor things, e.g: compile warnings
File:
1 edited

Legend:

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

    r2327 r2379  
    102102{ 
    103103    if (sockReader_) { 
    104         if (sockReader_->IsActive()) 
    105             sockReader_->Cancel(); 
     104        sockReader_->Cancel(); 
    106105        delete sockReader_; 
    107106        sockReader_ = NULL; 
Note: See TracChangeset for help on using the changeset viewer.