linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: "Frédéric Danis" <frederic.danis@linux.intel.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] Fix Unref message after it was sent
Date: Mon, 3 Oct 2011 11:55:34 +0300	[thread overview]
Message-ID: <20111003085534.GE8956@fusion.localdomain> (raw)
In-Reply-To: <1317392251-13576-1-git-send-email-frederic.danis@linux.intel.com>

Hi Frédéric,

On Fri, Sep 30, 2011, Frédéric Danis wrote:
> ---
>  audio/gateway.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/audio/gateway.c b/audio/gateway.c
> index 19c7ee3..1a1c035 100644
> --- a/audio/gateway.c
> +++ b/audio/gateway.c
> @@ -186,6 +186,7 @@ static gboolean agent_sendfd(struct hf_agent *agent, int fd,
>  
>  	dbus_pending_call_set_notify(call, notify, dev, NULL);
>  	dbus_pending_call_unref(call);
> +	dbus_message_unref(msg);
>  
>  	return TRUE;
>  }

Applied. Thanks.

Johan

      reply	other threads:[~2011-10-03  8:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-30 14:17 [PATCH] Fix Unref message after it was sent Frédéric Danis
2011-10-03  8:55 ` Johan Hedberg [this message]

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=20111003085534.GE8956@fusion.localdomain \
    --to=johan.hedberg@gmail.com \
    --cc=frederic.danis@linux.intel.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;
as well as URLs for NNTP newsgroup(s).