From: Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
Subject: [PATCH] Fix segfault in HDP during device re-creation
Date: Wed, 10 Nov 2010 10:47:41 +0100 [thread overview]
Message-ID: <1289382461-10510-1-git-send-email-santoscadenas@gmail.com> (raw)
In-Reply-To: <1289358915-6612-1-git-send-email-epx@signove.com>
---
health/hdp.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/health/hdp.c b/health/hdp.c
index 1eba8e1..d361b27 100644
--- a/health/hdp.c
+++ b/health/hdp.c
@@ -259,6 +259,7 @@ static void device_unref_mcl(struct hdp_device *hdp_device)
if (!hdp_device->mcl)
return;
+ mcap_close_mcl(hdp_device->mcl, FALSE);
mcap_mcl_unref(hdp_device->mcl);
hdp_device->mcl = NULL;
hdp_device->mcl_conn = FALSE;
--
1.7.1
next prev parent reply other threads:[~2010-11-10 9:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-10 3:15 [PATCH] [RFC] Fix HDP-related segfault upon device recreation Elvis Pfützenreuter
2010-11-10 8:02 ` Jose Antonio Santos Cadenas
2010-11-10 9:47 ` Jose Antonio Santos Cadenas [this message]
2010-11-10 9:49 ` [PATCH] Fix segfault in HDP during device re-creation Jose Antonio Santos Cadenas
2010-11-10 11:36 ` Elvis Pfützenreuter
2010-11-10 11:49 ` Jose Antonio Santos Cadenas
2010-11-10 12:40 ` Elvis Pfützenreuter
2010-11-10 13:02 ` Jose Antonio Santos Cadenas
2010-11-11 9:28 ` Johan Hedberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1289382461-10510-1-git-send-email-santoscadenas@gmail.com \
--to=santoscadenas@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox