Show
Ignore:
Timestamp:
09/15/06 17:46:10 (2 years ago)
Author:
bart
Message:

* Don't free memory with efree that has been allocated from the eA shm cache.
This should fix A LOT of bugreports in Trac and on SF. It fixes #171 but
I think also some other bugs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/branches/0.9.5/eaccelerator.c

    r268 r272  
    18071807      p = p->next; 
    18081808      if (r->entry != NULL && r->entry->use_cnt < 0) { 
    1809         efree(r->entry); 
     1809        eaccelerator_free(r->entry); 
    18101810      } 
    18111811      efree(r);