Skip to content

Commit 5bff92e

Browse files
committed
Fixed memory leak.
1 parent 60545bb commit 5bff92e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SSYFirefoxProfiler.m

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ + (NSArray*)profilePseudonymsForHomePath:(NSString*)homePath {
6161
NSString* pseudonym = [dirName substringFromIndex:location] ;
6262
[outbasket addObject:pseudonym] ;
6363
}
64+
[innerScanner release];
6465
}
6566
}
6667
}

0 commit comments

Comments
 (0)