Skip to content

Commit d4581b2

Browse files
committed
- fix a possible memory leak
1 parent fc51985 commit d4581b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MBProgressHUD.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ - (void)launchExecution {
416416

417417
- (void)cleanUp {
418418
taskInProgress = NO;
419-
self.indicator = nil;
420419
#if !__has_feature(objc_arc)
421420
[targetForExecution release];
422421
[objectForExecution release];

0 commit comments

Comments
 (0)