Revert incorrect leak fix.

CQTexperiment
vspader 2009-09-02 20:10:55 -07:00
parent 288c5cbee5
commit ede099be25
1 changed files with 1 additions and 1 deletions

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