Fix coverity issue: Incorrect deallocator used 68/224868/1
authorhimanshu <h.himanshu@samsung.com>
Thu, 13 Feb 2020 13:06:32 +0000 (18:36 +0530)
committerhimanshu <h.himanshu@samsung.com>
Thu, 13 Feb 2020 13:06:32 +0000 (18:36 +0530)
commit60443469e61d74a0f3bd8ad6565d8c00bda8779f
tree8691b9a5f8d27effdff65b1e65a8d58fda1c3c5e
parent8ebfb9b09d6c5f35c5a65460a33e6e48e5179c42
Fix coverity issue: Incorrect deallocator used

The client_s structure is allocated with
g_malloc0 therefore it must be freed with
g_free.

Change-Id: I12565ab60228c2828c3b9effcfc7c7c8694d2c64
Signed-off-by: himanshu <h.himanshu@samsung.com>
src/bluetooth-gatt.c