Skip to content

Commit 1c583a3

Browse files
winkernel uninit
1 parent 89839a1 commit 1c583a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/datapath_winkernel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2606,7 +2606,7 @@ CxPlatSendDataAllocDataBuffer(
26062606
_In_ CXPLAT_POOL* BufferPool
26072607
)
26082608
{
2609-
CXPLAT_DATAPATH_SEND_BUFFER* SendBuffer = CxPlatPoolAlloc(BufferPool);
2609+
CXPLAT_DATAPATH_SEND_BUFFER* SendBuffer = CxPlatPoolAllocUninitialized(BufferPool);
26102610
if (SendBuffer == NULL) {
26112611
return NULL;
26122612
}

0 commit comments

Comments
 (0)