zephyr/tests/bluetooth/audio
Alberto Escolar Piedras fba3f901ad tests/bluetooth/audio/cap_initiator: Be sure to free all malloc'ed memory
One of the tests is purposedly overwriting the stream pointer to NULL.
Which means it is lost and can't be free'd.
To avoid a memory leak warning, let's make sure we free it at the end
of each test by keeping the cap_streams ptr in the fixture.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2026-05-25 18:19:24 +02:00
..
ascs tests: Bluetooth: Audio: apply U suffix to unsigned integer literals 2026-05-19 12:53:46 +02:00
bap_base tests/bluetooth/audio/bap_base: Free a malloc variable 2026-05-25 18:19:24 +02:00
bap_broadcast_source tests: Bluetooth: Audio: apply U suffix to unsigned integer literals 2026-05-19 12:53:46 +02:00
cap_commander tests: Bluetooth: Audio: apply U suffix to unsigned integer literals 2026-05-19 12:53:46 +02:00
cap_handover tests: Bluetooth: CAP: Handover u->b unittests 2026-05-18 15:13:55 +01:00
cap_initiator tests/bluetooth/audio/cap_initiator: Be sure to free all malloc'ed memory 2026-05-25 18:19:24 +02:00
ccid Bluetooth: Audio: depend on UTF8 2026-01-20 13:20:52 +00:00
ccp_call_control_client tests: Bluetooth: Audio: apply U suffix to unsigned integer literals 2026-05-19 12:53:46 +02:00
ccp_call_control_server tests: Bluetooth: Audio: apply U suffix to unsigned integer literals 2026-05-19 12:53:46 +02:00
codec tests: Bluetooth: Audio: apply U suffix to unsigned integer literals 2026-05-19 12:53:46 +02:00
mocks tests: Bluetooth: Audio: apply U suffix to unsigned integer literals 2026-05-19 12:53:46 +02:00
pacs tests: Bluetooth: Audio: add ARG_UNUSED to unused function parameters 2026-05-04 22:08:20 +02:00