Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed incorrect releasing of timer object
  • Loading branch information
atilimcetin committed Aug 27, 2012
1 parent 1cfd5ab commit 1b6a2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Countly.m
Expand Up @@ -672,7 +672,7 @@ - (void)dealloc
if (timer)
{
[timer invalidate];
[timer release];
timer = nil;
}

[eventQueue release];
Expand Down

0 comments on commit 1b6a2ff

Please sign in to comment.