Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn42 committed Aug 8, 2011
1 parent 8a1079b commit 817795f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FreeRadicals/Molecule.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ -(void) addElectron {
}

- (void)dealloc {
[_nucleus dealloc];
[_electrons dealloc];
[_nucleus release];
[_electrons release];
[super dealloc];
}

Expand Down

0 comments on commit 817795f

Please sign in to comment.