Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove call to undefined autorelease pool.
  • Loading branch information
stuconnolly committed Jun 12, 2018
1 parent 4768592 commit 3772723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Frameworks/PostgresKit/Source/PGPostgresConnection.m
Expand Up @@ -301,7 +301,6 @@ - (void)_pollConnection:(NSNumber *)isReset
int sock = PQsocket(_connection);

if (sock == -1) {
[pool release];
return;
}

Expand Down

0 comments on commit 3772723

Please sign in to comment.