|
@@ -50,10 +50,6 @@ - (instancetype)initWithPath:(NSString*)aPath {
|
|
|
return self;
|
|
return self;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-- (void)finalize {
|
|
|
|
|
- [self close];
|
|
|
|
|
- [super finalize];
|
|
|
|
|
-}
|
|
|
|
|
|
|
|
|
|
- (void)dealloc {
|
|
- (void)dealloc {
|
|
|
[self close];
|
|
[self close];
|
|
@@ -1295,12 +1291,6 @@ - (void)makeFunctionNamed:(NSString*)name maximumArguments:(int)count withBlock:
|
|
|
|
|
|
|
|
@implementation FMStatement
|
|
@implementation FMStatement
|
|
|
|
|
|
|
|
-#pragma message "FIXME: kill all the finalizes"
|
|
|
|
|
-- (void)finalize {
|
|
|
|
|
- [self close];
|
|
|
|
|
- [super finalize];
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
- (void)dealloc {
|
|
- (void)dealloc {
|
|
|
[self close];
|
|
[self close];
|
|
|
FMDBRelease(_query);
|
|
FMDBRelease(_query);
|