Guest User

Untitled

a guest
Jul 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. - (void)viewWillDisappear:(BOOL)animated {
  2. [super viewWillDisappear:animated];
  3.  
  4. if (dispatch_queue_create != NULL) {
  5. dispatch_release(timeline_queue);
  6. dispatch_release(image_queue);
  7. }
  8. }
Add Comment
Please, Sign In to add comment