1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3'

* PHP-8.3:
  Avoid using uninitialised struct
This commit is contained in:
Niels Dossche
2023-11-25 20:08:34 +01:00

View File

@@ -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);