Skip to content

Commit 1e7c64b

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Avoid using uninitialised struct
2 parents ed43106 + f8bfc0e commit 1e7c64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqlnd/mysqlnd_result.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ mysqlnd_query_read_result_set_header(MYSQLND_CONN_DATA * conn, MYSQLND_STMT * s)
344344
}
345345
MYSQLND_INC_CONN_STATISTIC(conn->stats, statistic);
346346
}
347+
PACKET_FREE(&fields_eof);
347348
} while (0);
348-
PACKET_FREE(&fields_eof);
349349
break; /* switch break */
350350
}
351351
} while (0);

0 commit comments

Comments
 (0)