Revert incorrect leak fix.
This commit is contained in:
parent
288c5cbee5
commit
ede099be25
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
// unlike the usual case, this is returned retained (by self, effectively). The one-shot releases
|
||||
// itself when it's complete
|
||||
|
||||
return [ft autorelease];
|
||||
return ft;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue