From: Pyun DoHyun Date: Tue, 25 Feb 2020 01:57:01 +0000 (+0000) Subject: Merge "Fix Memory Leak: Incorrect deallocator used." into tizen X-Git-Tag: submit/tizen/20200226.220348~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2712fae774c49295d8ba01a09eec6f3a9c76b520;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git Merge "Fix Memory Leak: Incorrect deallocator used." into tizen --- 2712fae774c49295d8ba01a09eec6f3a9c76b520 diff --cc bt-service-adaptation/services/include/bt-service-common.h index 9698cd9,85b49d8..546af31 --- a/bt-service-adaptation/services/include/bt-service-common.h +++ b/bt-service-adaptation/services/include/bt-service-common.h @@@ -430,12 -430,10 +430,14 @@@ void _bt_service_print_dev_info(bluetoo void _bt_free_remote_dev(bt_remote_dev_info_t * dev_info); + void _bt_free_paired_dev(void * paired_info); + void _bt_set_device_values(gboolean connected, int state); +#ifdef TIZEN_FEATURE_READOUT_NOTIFICATION +void _bt_set_readout_notification_of_tts(void); +#endif + void _bt_string_to_uuid(char *str, service_uuid_t *p_uuid); int _bt_get_ad_data_by_type(char *in_data, int in_len,