bluez/android/client
Atul Rai 951a43cf99 android/client: Fix memory leak while using realloc()
While reallocating space to store additional "remote device set" using
realloc, if realloc() fails, the original block is left untouched but
reference to that block is lost as NULL is assigned to remote_devices.
The original block needs to be freed before return.
2015-07-29 09:25:25 +02:00
..
haltest.c android/client: Add short option for printing version 2014-12-15 12:34:53 +01:00
history.c androd/client: Extend history line size and depth 2014-09-05 15:28:53 +02:00
history.h android: Add history to line editor in haltest 2013-10-16 18:32:51 +03:00
if-audio.c android/client: Support new API for Audio HAL 2014-11-05 21:31:01 +01:00
if-av-sink.c android/client: Add a2dp sink support 2014-11-27 18:07:15 +01:00
if-av.c android/client: Add a2dp audio config callback 2014-11-27 18:06:25 +01:00
if-bt.c android/client: Fix memory leak while using realloc() 2015-07-29 09:25:25 +02:00
if-gatt.c android/client: Fix missing new line character 2015-05-08 14:54:05 +02:00
if-hf-client.c android/client: Print number on query current calls in hf-client 2014-11-05 21:54:13 +01:00
if-hf.c android/client: Fix build on Android Kitkat 2014-11-14 16:10:51 +01:00
if-hh.c android/client: Add hidhost handshake callback 2014-11-20 16:10:50 +01:00
if-hl.c android/client: Handle failure from malloc() request 2015-07-27 21:12:11 +02:00
if-main.h android/client: Fix no closing bt and audio dev on exit 2014-12-03 09:05:44 +01:00
if-mce.c android/client: Add completion for mce method 2014-10-13 22:38:52 +02:00
if-pan.c android/client: Add support for new Android API for PAN HAL 2014-11-05 21:31:02 +01:00
if-rc-ctrl.c android/client: Fix Send Pass Through command 2015-02-19 11:48:32 +01:00
if-rc.c android/client: Create separate file for AVRCP CTRL 2014-11-20 10:56:32 +02:00
if-sco.c android/client: Support new API for SCO HAL 2014-11-05 21:31:02 +01:00
if-sock.c android/client: Fix compilation errors with musl 2014-09-24 21:31:13 +03:00
pollhandler.c android/client: Fix annoying delay in command line 2013-11-04 21:14:35 +02:00
pollhandler.h android: Add haltest skeleton 2013-10-16 18:32:51 +03:00
tabcompletion.c android/client: Fix compilation errors with musl 2014-09-24 21:31:13 +03:00
terminal.c android/client: Add prompting for answer 2013-11-08 15:13:03 +02:00
terminal.h android/client: Add prompting for answer 2013-11-08 15:13:03 +02:00