Merge "Fix Memory Leak: Incorrect deallocator used." into tizen
authorPyun DoHyun <dh79.pyun@samsung.com>
Tue, 25 Feb 2020 01:57:01 +0000 (01:57 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Tue, 25 Feb 2020 01:57:01 +0000 (01:57 +0000)
1  2 
bt-service-adaptation/services/bt-service-common.c
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,