Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2011
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [NSThread detachNewThreadSelector:@selector(updateFilterProgress:) toTarget:self withObject:[NSNumber numberWithFloat: (i+1) * barStep]];
  2.  
  3.  
  4.  
  5. - (void) updateFilterProgress:(NSNumber *)progress{
  6.     GTMLoggerInfo(@"Updating progress to %f", [progress floatValue]);
  7.     prgLoader.progress = [progress floatValue];
  8. }
  9.  
  10.  
  11.  
  12. 011-09-02 14:32:17.733 PhotoSplitter[3213:7a07] *** __NSAutoreleaseNoPool(): Object 0x16dab0 of class GTMLogger autoreleased with no pool in place - just leaking
  13. 2011-09-02 14:32:17.736 PhotoSplitter[3213:7a07] *** __NSAutoreleaseNoPool(): Object 0x1f50b0 of class NSCFString autoreleased with no pool in place - just leaking
  14. 2011-09-02 14:32:17.739 PhotoSplitter[3213:7a07] *** __NSAutoreleaseNoPool(): Object 0x18e350 of class __NSDate autoreleased with no pool in place - just leaking
  15. 2011-09-02 14:32:17.742 PhotoSplitter[3213:7a07] *** __NSAutoreleaseNoPool(): Object 0x1946a0 of class NSCFString autoreleased with no pool in place - just leaking
  16. 2011-09-02 14:32:17.745 PhotoSplitter[3213:7a07] *** __NSAutoreleaseNoPool(): Object 0x1a5050 of class NSCFString autoreleased with no pool in place - just leaking
  17. 2011-09-02 14:32:17.748 PhotoSplitter[3213:7a07] *** __NSAutoreleaseNoPool(): Object 0x1d18b0 of class NSCFString autoreleased with no pool in place - just leaking
  18. 2011-09-02 14:32:17.751 PhotoSplitter[3213:7a07] *** __NSAutoreleaseNoPool(): Object 0x18fcc0 of class NSCFString autoreleased with no pool in place - just leaking
  19. 2011-09-02 14:32:17.757 PhotoSplitter[3213:7a07] *** __NSAutoreleaseNoPool(): Object 0x18ace0 of class NSConcreteMutableData autoreleased with no pool in place - just leaking
  20. 2011-09-02 14:32:17.761 PhotoSplitter[3213:7a07] *** __NSAutoreleaseNoPool(): Object 0x1646f0 of class NSCFString autoreleased with no pool in place - just leaking
  21. 2011-09-02 14:32:17.764 PhotoSplitter[3213:7a07] *** __NSAutoreleaseNoPool(): Object 0x10f860 of class NSConcreteMutableData autoreleased with no pool in place - just leaking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement