Changeset 3076


Ignore:
Timestamp:
Jan 27, 2010 7:28:53 AM (14 years 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)

File:
1 edited

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]; 
Note: See TracChangeset for help on using the changeset viewer.