aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m6
1 files changed, 1 insertions, 5 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m b/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m
index 41903d91..2f232307 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m
+++ b/Frameworks/PostgresKit/Source/FLXPostgresTypeHandler.m
@@ -30,8 +30,6 @@
- (id)initWithConnection:(FLXPostgresConnection *)connection
{
if ((self = [super init])) {
- _type = -1;
- _result = nil;
_connection = [connection retain];
}
@@ -41,9 +39,7 @@
#pragma mark -
- (void)dealloc
-{
- _result = nil;
-
+{
if (_connection) [_connection release], _connection = nil;
[super dealloc];