Changeset 3076

Show
Ignore:
Timestamp:
01/27/2010 01:28:53 AM (7 months ago)
Author:
bennylp
Message:

Fixed ticket #1035: Crash in timer heap cleanup sequence on Symbian if the pool for the timer entry is released beforehand (thanks Tamàs Solymosi for the report)

Files:
1 modified

Legend:

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

    r3034 r3076  
    319319        for (i=0; i<ht->max_size; ++i) { 
    320320            if (ht->entries[i]) { 
     321                ht->entries[i]->entry_ = NULL; 
    321322                ht->entries[i]->Cancel(); 
    322323                delete ht->entries[i];