Changeset 4371

Show
Ignore:
Timestamp:
09/15/06 17:37:12 (2 years ago)
Author:
morris
Message:

Plug leak

Files:

Legend:

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

    r4194 r4371  
    7979 
    8080 
     81- (void)dealloc { 
     82        wi_release(_context); 
     83         
     84        [super dealloc]; 
     85} 
     86 
     87 
     88 
    8189#pragma mark - 
    8290 
  • WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj

    r4361 r4371  
    417417                A5E4B33007A9752E00BD6812 /* NSImage-Baadge.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "NSImage-Baadge.tiff"; sourceTree = "<group>"; }; 
    418418                A5E4B33107A9752E00BD6812 /* NSImage-Baaadge.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "NSImage-Baaadge.tiff"; sourceTree = "<group>"; }; 
    419                 A5E4B39E07A9797200BD6812 /* WIAutoreleasePool Test.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = "WIAutoreleasePool Test.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 
     419                A5E4B39E07A9797200BD6812 /* WIAutoreleasePool Test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "WIAutoreleasePool Test.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 
    420420                A5E4B3E407A97A4900BD6812 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.xml; name = Info.plist; path = Tests/WIAutoreleasePool/Info.plist; sourceTree = "<group>"; }; 
    421421                A5E4B3EA07A97A5500BD6812 /* main.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Tests/WIAutoreleasePool/main.m; sourceTree = "<group>"; };