Revert incorrect leak fix.
parent
288c5cbee5
commit
ede099be25
|
@ -33,7 +33,7 @@
|
||||||
// unlike the usual case, this is returned retained (by self, effectively). The one-shot releases
|
// unlike the usual case, this is returned retained (by self, effectively). The one-shot releases
|
||||||
// itself when it's complete
|
// itself when it's complete
|
||||||
|
|
||||||
return [ft autorelease];
|
return ft;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue