Skip to content
Commit 97ac96f5 authored by Alberto Escolar Piedras's avatar Alberto Escolar Piedras Committed by Maureen Helm
Browse files

bsim tests: Fix incorrect libC free call from bstests



The bstests code builds and executes with the embedded
code, but had a call into "free()" which, when building
the embedded code with an embedded C library lands
in the embedded libC free, while it should
always call into the host libC free.

Fix it by calling thru the appropriate trampoline.

Signed-off-by: default avatarAlberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
parent 915cb05b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment