Changeset 1371

Show
Ignore:
Timestamp:
07/23/04 13:29:12 (4 years ago)
Author:
morris
Message:

inform WCConnection of our destruction

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCAccountEditor.m

    r1365 r1371  
    1 /* $Id: WCAccountEditor.m,v 1.10 2004/07/12 23:55:14 morris Exp $ */ 
     1/* $Id: WCAccountEditor.m,v 1.11 2004/07/23 11:29:12 morris Exp $ */ 
    22 
    33/* 
     
    142142- (void)dealloc { 
    143143        [[NSNotificationCenter defaultCenter] removeObserver:self]; 
     144 
     145        [_connection clearSender:self]; 
    144146 
    145147        [_connection release]; 
  • WiredClient/trunk/WCUserInfo.m

    r1332 r1371  
    1 /* $Id: WCUserInfo.m,v 1.19 2004/05/23 20:31:02 morris Exp $ */ 
     1/* $Id: WCUserInfo.m,v 1.20 2004/07/23 11:29:12 morris Exp $ */ 
    22 
    33/* 
     
    7575        [[NSNotificationCenter defaultCenter] removeObserver:self]; 
    7676         
     77        [_connection clearSender:self]; 
     78 
    7779        [_connection release]; 
    7880        [_user release];