Revert incorrect leak fix.

This commit is contained in:
vspader 2009-09-02 20:10:55 -07:00
parent 288c5cbee5
commit ede099be25

View file

@ -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;
}