Skip to content

Commit

Permalink
fix swoole#29
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Jul 26, 2020
1 parent 0cac9c5 commit bf287f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swoole_postgresql_coro.cc
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ static int query_result_parse(pg_object *object)
{
zval_ptr_dtor(retval);
}
PQclear(pgsql_result);
if (error != 0)
{
php_swoole_fatal_error(E_WARNING, "socket error. Error: %s [%d]", strerror(error), error);
Expand Down

0 comments on commit bf287f6

Please sign in to comment.