mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Merge branch 'PHP-8.3'
* PHP-8.3: Avoid using uninitialised struct
This commit is contained in:
commit
1e7c64bd4d
@ -344,8 +344,8 @@ mysqlnd_query_read_result_set_header(MYSQLND_CONN_DATA * conn, MYSQLND_STMT * s)
|
||||
}
|
||||
MYSQLND_INC_CONN_STATISTIC(conn->stats, statistic);
|
||||
}
|
||||
PACKET_FREE(&fields_eof);
|
||||
} while (0);
|
||||
PACKET_FREE(&fields_eof);
|
||||
break; /* switch break */
|
||||
}
|
||||
} while (0);
|
||||
|
Loading…
Reference in New Issue
Block a user