Skip to content

Instantly share code, notes, and snippets.

@champierre
Created December 17, 2010 07:37
Show Gist options
  • Select an option

  • Save champierre/744624 to your computer and use it in GitHub Desktop.

Select an option

Save champierre/744624 to your computer and use it in GitHub Desktop.
- (void)viewWillDisappear:(BOOL)animated {
[super viewWillDisappear:animated];
if (dispatch_queue_create != NULL) {
dispatch_release(timeline_queue);
dispatch_release(image_queue);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment