diff --git a/PGResultRow.m b/PGResultRow.m index 7540707..710320a 100644 --- a/PGResultRow.m +++ b/PGResultRow.m @@ -156,6 +156,13 @@ convert_type(PGresult *res, int col, OFString *str) return self; } +- (void)dealloc +{ + [result release]; + + [super dealloc]; +} + - (void)reset { pos = 0;