Changeset 342

Show
Ignore:
Timestamp:
05/18/08 11:20:28 (5 months ago)
Author:
bart
Message:

Add patch from ticket 232: removes an unlock that isn't needed there.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r340 r342  
     12008-05-18  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
     2         
     3        * Add patch from ticket 232: removes an unlock that isn't 
     4                  needed there. 
     5 
    162008-02-12  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
    27                 
  • eaccelerator/trunk/eaccelerator.c

    r337 r342  
    15701570  if (eaccelerator_mm_instance != NULL) { 
    15711571    EACCELERATOR_UNPROTECT(); 
    1572     mm_unlock(eaccelerator_mm_instance->mm); 
    15731572    if (p != NULL || eaccelerator_mm_instance->locks != NULL) { 
    15741573      EACCELERATOR_LOCK_RW();