profile: Fix memory leaks
authorSteve Grubb <sgrubb@redhat.com>
Fri, 14 May 2021 14:00:09 +0000 (10:00 -0400)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:35 +0000 (19:08 +0530)
commit20fdf7869a5d7f2ca50fdfbfdb3f945527673a95
tree86481629a7e770b3f06ef667b46477f1017f739f
parent54d1fc61b9edc10ffb592ae954b74f18598ab96e
profile: Fix memory leaks

g_new0 allocates memory that must be freed

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
profiles/audio/avrcp.c