Skip to content

Commit 514e363

Browse files
committed
NULL pointer deref fix
1 parent 5e00fc9 commit 514e363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/serve_state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ serve_state_destroy(
255255
xfree(state->compiler_options);
256256
}
257257

258-
if (members.data) {
258+
if (metrics.data) {
259259
--metrics.data->loaded_contests;
260260
}
261261

0 commit comments

Comments
 (0)