Skip to content

Commit

Permalink
dispatch_release is not needed by the <REDACTED> compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
casademora committed Aug 2, 2012
1 parent 1d9e0db commit 7128091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagicalRecord/Core/MagicalRecord+Actions.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void reset_action_queue(void)
{
if (background_action_queue != NULL)
{
dispatch_release(background_action_queue);
// dispatch_release(background_action_queue);
background_action_queue = NULL;
}
}
Expand Down

0 comments on commit 7128091

Please sign in to comment.