mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-01-12 17:32:18 +08:00
dispatch_release is not needed by the <REDACTED> compiler
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user