Changeset 3728
- Timestamp:
- 02/22/06 19:50:13 (3 years ago)
- Files:
-
- WiredAdditions/trunk/WIAutoreleasePool.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredAdditions/trunk/WIAutoreleasePool.m
r3725 r3728 356 356 sizeof(WIAutoreleasePoolstack **) * length - 1); 357 357 } 358 359 if(stack->pools) 360 free(stack->pools); 361 362 free(stack); 358 363 359 364 pthread_mutex_unlock(&storage.mutex);
