I will post my Calculator code when I finish. In the -(void)wakeFromNib I alloc and init an NSMutableString
valueAppender = [[NSMutableString alloc] initWithString

""];
ValueAppendar is used a lot in the program. So I guess it just need to be released when I quit the application.
Thanks for the input.
-Lars