Changeset 3728

Show
Ignore:
Timestamp:
02/22/06 19:50:13 (3 years ago)
Author:
morris
Message:

Sync with libwired

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredAdditions/trunk/WIAutoreleasePool.m

    r3725 r3728  
    356356                           sizeof(WIAutoreleasePoolstack **) * length - 1); 
    357357        } 
     358 
     359        if(stack->pools) 
     360                free(stack->pools); 
     361 
     362        free(stack); 
    358363         
    359364        pthread_mutex_unlock(&storage.mutex);