Skip to content

Commit

Permalink
Merge pull request #2 from eikebartels/master
Browse files Browse the repository at this point in the history
fixed NSZombie crash (double release)
  • Loading branch information
sebastienwindal committed Mar 3, 2014
2 parents d95ca60 + 458dbc5 commit 1562bce
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 1562bce

Please sign in to comment.