Commit: 49b8c5901584eab77af40f8ad19779747b4506d6
Parent: a84aa0e6e5e7cd94804386eaf09d430d1cf8e692
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-09-01 01:24:39
Tree: 3690842d154a03c2f1f8445d5b3f00d82f038c7b

media: Fix scan-build warnings This fixes the following warnings: profiles/audio/media.c:1465:6: warning: 8th function call argument is an uninitialized value if (media_endpoint_create(adapter, sender, path, uuid, delay_reporting, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ profiles/audio/media.c:3012:3: warning: Use of memory after it is freed release_endpoint(adapter->endpoints->data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ profiles/audio/media.c:3015:3: warning: Use of memory after it is freed media_player_destroy(adapter->players->data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Diffstat

M profiles/audio/media.c | 21 ++++++++++++++++- - - - -

1 files changed, 16 insertions(+), 5 deletions(-)

View Full Diff | Patch