All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 00/19] Fix D-Bus memory leaks, bluetooth name, double unref etc
@ 2012-04-12 15:02 Syam Sidhardhan
  2012-04-12 15:02 ` [PATCH BlueZ 01/19] health: Fix memory leak Syam Sidhardhan
                   ` (30 more replies)
  0 siblings, 31 replies; 45+ messages in thread
From: Syam Sidhardhan @ 2012-04-12 15:02 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Syam Sidhardhan

This series of patches fixes the following issues.

Syam Sidhardhan (19):
  health: Fix memory leak
  avrcp: Fix the response ctype of SetPlayerApplicationSettingValue
  agent: Free the agent request properly
  gstavdtpsink: Fix D-Bus memory leak in audio
  gateway: Fix D-Bus memory leak in audio
  gateway: Fix D-Bus reply memory leak
  hci: Retrieve the bluetooth name correctly
  hciconfig: Remove unwanted NULL termination
  agent: Fix double D-Bus message unref
  sdpd-request: Fix passing zero instead of NULL
  sap-u8500: Fix empty parameter list in function declaration
  adapter: Remove headers declared but not defined
  headset: Remove header declared but not defined
  network: Remove header declared but not defined
  audio: Fix newline before EOF
  input: Fix newline before EOF
  src: Fix newline before EOF
  doc: Fix typo
  Add Syam's email address

 AUTHORS              |    1 +
 audio/avrcp.c        |    2 +-
 audio/gateway.c      |   11 +++++++----
 audio/gsta2dpsink.c  |    1 -
 audio/gsta2dpsink.h  |    1 -
 audio/gstavdtpsink.c |    4 +++-
 audio/gstrtpsbcpay.c |    1 -
 audio/gstsbcdec.c    |    2 --
 audio/gstsbcenc.c    |    2 --
 audio/gstsbcparse.c  |    1 -
 audio/gstsbcutil.c   |    1 -
 audio/gstsbcutil.h   |    1 -
 audio/headset.h      |    1 -
 doc/adapter-api.txt  |    2 +-
 doc/audio-api.txt    |    2 +-
 doc/device-api.txt   |    2 +-
 doc/health-api.txt   |    6 +++---
 doc/media-api.txt    |    6 +++---
 doc/mgmt-api.txt     |    2 +-
 doc/serial-api.txt   |    2 +-
 health/mcap.c        |    1 +
 input/sixpair.c      |    1 -
 lib/hci.c            |    5 +++--
 network/server.h     |    2 --
 sap/sap-u8500.c      |    2 +-
 src/adapter.h        |    2 --
 src/agent.c          |    3 +--
 src/agent.h          |    1 -
 src/log.h            |    1 -
 src/sdp-client.c     |    1 -
 src/sdpd-request.c   |    2 +-
 src/storage.h        |    1 -
 tools/hciconfig.c    |    2 --
 33 files changed, 30 insertions(+), 45 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 45+ messages in thread

end of thread, other threads:[~2012-05-03  5:57 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12 15:02 [PATCH BlueZ 00/19] Fix D-Bus memory leaks, bluetooth name, double unref etc Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 01/19] health: Fix memory leak Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 02/19] avrcp: Fix the response ctype of SetPlayerApplicationSettingValue Syam Sidhardhan
2012-04-12 20:30   ` Lucas De Marchi
2012-04-12 15:02 ` [PATCH BlueZ 03/19] agent: Free the agent request properly Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 04/19] gstavdtpsink: Fix D-Bus memory leak in audio Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 05/19] gateway: " Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 06/19] gateway: Fix D-Bus reply memory leak Syam Sidhardhan
2012-04-12 15:02 ` [PATCH BlueZ 07/19] hci: Retrieve the bluetooth name correctly Syam Sidhardhan
2012-04-13  9:51   ` Johan Hedberg
2012-04-12 15:02 ` [PATCH BlueZ 08/19] hciconfig: Remove unwanted NULL termination Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 09/19] agent: Fix double D-Bus message unref Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 10/19] sdpd-request: Fix passing zero instead of NULL Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 11/19] sap-u8500: Fix empty parameter list in function declaration Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 12/19] adapter: Remove headers declared but not defined Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 13/19] headset: Remove header " Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 14/19] network: " Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 15/19] audio: Fix newline before EOF Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 16/19] input: " Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 17/19] src: " Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 18/19] doc: Fix typo Syam Sidhardhan
2012-04-12 15:03 ` [PATCH BlueZ 19/19] Add Syam's email address Syam Sidhardhan
2012-04-12 15:03 ` [PATCH obexd 0/4] Fix memory leak, remove unused struct etc Syam Sidhardhan
2012-04-13 10:08   ` Johan Hedberg
2012-04-12 15:03 ` [PATCH obexd 1/4] client: Fix memory leak during session connect Syam Sidhardhan
2012-04-12 15:03 ` [PATCH obexd 2/4] src: Use goto for avoiding code duplication Syam Sidhardhan
2012-04-12 15:03 ` [PATCH obexd 3/4] src: Remove headers declared but not defined Syam Sidhardhan
2012-04-12 15:03 ` [PATCH obexd 4/4] client: Remove unused struct session_callback Syam Sidhardhan
2012-04-12 15:03 ` [PATCH 0/5] Bluetooth: Remove unused API's and code optimization Syam Sidhardhan
2012-04-13 22:24   ` Gustavo Padovan
2012-04-12 15:03 ` [PATCH 1/5] Bluetooth: Remove unused hci_le_ltk_reply() Syam Sidhardhan
2012-04-13 22:17   ` Gustavo Padovan
2012-04-20 18:13     ` Andre Guedes
2012-05-01 15:48       ` Syam Sidhardhan
2012-05-02 14:38         ` Vinicius Costa Gomes
2012-05-02 14:58   ` Gustavo Padovan
2012-05-03  5:57     ` Syam Sidhardhan
2012-04-12 15:03 ` [PATCH 2/5] Bluetooth: Remove unused hci_le_ltk_neg_reply() Syam Sidhardhan
2012-04-12 15:03 ` [PATCH 3/5] Bluetooth: hci_core: Remove header declared but not define Syam Sidhardhan
2012-04-13 22:21   ` Gustavo Padovan
2012-04-12 15:03 ` [PATCH 4/5] Bluetooth: Remove strtoba " Syam Sidhardhan
2012-04-13 22:27   ` Gustavo Padovan
2012-04-12 15:03 ` [PATCH 5/5] Bluetooth: mgmt: Remove unwanted goto statement Syam Sidhardhan
2012-04-14 16:29   ` Johan Hedberg
2012-04-13  9:47 ` [PATCH BlueZ 00/19] Fix D-Bus memory leaks, bluetooth name, double unref etc Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.