Skip to content

Commit 3772723

Browse files
committed
Remove call to undefined autorelease pool.
1 parent 4768592 commit 3772723

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Frameworks/PostgresKit/Source/PGPostgresConnection.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ - (void)_pollConnection:(NSNumber *)isReset
301301
int sock = PQsocket(_connection);
302302

303303
if (sock == -1) {
304-
[pool release];
305304
return;
306305
}
307306

0 commit comments

Comments
 (0)