Skip to content

Commit 27f9d6c

Browse files
committed
initialize event for compiler
1 parent db7add7 commit 27f9d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ MsQuicConnectionClose(
203203

204204
} else {
205205

206-
CXPLAT_EVENT CompletionEvent;
206+
CXPLAT_EVENT CompletionEvent = {0};
207207

208208
Connection->CloseOper.Type = QUIC_OPER_TYPE_API_CALL;
209209
Connection->CloseOper.FreeAfterProcess = FALSE;

0 commit comments

Comments
 (0)