Skip to content

Commit

Permalink
fixed NSZombi crash (double release)
Browse files Browse the repository at this point in the history
  • Loading branch information
eikebartels committed Mar 2, 2014
1 parent d95ca60 commit 458dbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FRDLivelyButton/FRDLivelyButton.m
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ -(void) showUnHighlight
(__bridge id) layer.path,
(id) CFBridgingRelease(scaledUpPath),
(id) CFBridgingRelease(scaledDownPath),
(id) CFBridgingRelease(finalPath)
(__bridge id) finalPath
];
NSArray *times = @[ @(0.0), @(0.85), @(0.93), @(1.0) ];

Expand Down

0 comments on commit 458dbc5

Please sign in to comment.