Skip to content

Commit 33ec360

Browse files
authored
Merge pull request #193 from JacobBarthelmeh/staticmemory
2 parents 9e6a072 + c256e6f commit 33ec360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

port/posix/posix_transport_shm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ int posixTransportShm_ClientStaticMemDmaCallback(
578578
isInDma = 1;
579579
}
580580
else {
581-
heap = client->dma.heap;
581+
heap = posixTransportShm_GetDmaHeap(client->comm->transport_context);
582582
if (heap == NULL) {
583583
return WH_ERROR_NOTREADY;
584584
}

0 commit comments

Comments
 (0)