Changeset 1371
- Timestamp:
- 07/23/04 13:29:12 (4 years ago)
- Files:
-
- WiredClient/trunk/WCAccountEditor.m (modified) (2 diffs)
- WiredClient/trunk/WCUserInfo.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCAccountEditor.m
r1365 r1371 1 /* $Id: WCAccountEditor.m,v 1.1 0 2004/07/12 23:55:14morris Exp $ */1 /* $Id: WCAccountEditor.m,v 1.11 2004/07/23 11:29:12 morris Exp $ */ 2 2 3 3 /* … … 142 142 - (void)dealloc { 143 143 [[NSNotificationCenter defaultCenter] removeObserver:self]; 144 145 [_connection clearSender:self]; 144 146 145 147 [_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 $ */ 2 2 3 3 /* … … 75 75 [[NSNotificationCenter defaultCenter] removeObserver:self]; 76 76 77 [_connection clearSender:self]; 78 77 79 [_connection release]; 78 80 [_user release];
