Fix memory Leak: Incorrect deallocator used 78/225778/1
authorhimanshu <h.himanshu@samsung.com>
Mon, 24 Feb 2020 06:36:11 +0000 (12:06 +0530)
committerhimanshu <h.himanshu@samsung.com>
Mon, 24 Feb 2020 10:01:58 +0000 (15:31 +0530)
commitfe64b19584ec5876c9f73d74880a4ac1072efe3e
tree631b8d864e593be477a4491dead773cc35d23029
parentea34395d432fe40cc78132b43117e03cdd9f5d37
Fix memory Leak: Incorrect deallocator used

The uuid_value should be freed with g_strfreev()
instead of g_free()

Change-Id: Ib9bbadd6e7a0215dd9742be1ce88346c84f2feb9
Signed-off-by: himanshu <h.himanshu@samsung.com>
bt-oal/bluez_hal/src/bt-hal-event-receiver.c