summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pjlib/src/pj/timer_symbian.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjlib/src/pj/timer_symbian.cpp b/pjlib/src/pj/timer_symbian.cpp
index 8f268804..742b9e5d 100644
--- a/pjlib/src/pj/timer_symbian.cpp
+++ b/pjlib/src/pj/timer_symbian.cpp
@@ -318,6 +318,7 @@ PJ_DEF(void) pj_timer_heap_destroy( pj_timer_heap_t *ht )
unsigned i;
for (i=0; i<ht->max_size; ++i) {
if (ht->entries[i]) {
+ ht->entries[i]->entry_ = NULL;
ht->entries[i]->Cancel();
delete ht->entries[i];
ht->entries[i] = NULL;