Ticket #232: eaccelerator-lockbug.patch
| File eaccelerator-lockbug.patch, 1.1 kB (added by terrysduncan, 9 months ago) |
|---|
-
eaccelerator.c
old new 1752 1752 mm_used_entry *p = (mm_used_entry*)EAG(used_entries); 1753 1753 if (eaccelerator_mm_instance != NULL) { 1754 1754 EACCELERATOR_UNPROTECT(); 1755 mm_unlock(eaccelerator_mm_instance->mm);1756 1755 if (p != NULL || eaccelerator_mm_instance->locks != NULL) { 1757 1756 EACCELERATOR_LOCK_RW(); 1758 1757 while (p != NULL) {