Return-Path: From: Ravi kumar Veeramally To: linux-bluetooth@vger.kernel.org Cc: Ravi kumar Veeramally Subject: [PATCH 6/6] profile/health: Free sdp list after adding it to record Date: Thu, 12 Jun 2014 16:10:18 +0300 Message-Id: <1402578618-31484-7-git-send-email-ravikumar.veeramally@linux.intel.com> In-Reply-To: <1402578618-31484-1-git-send-email-ravikumar.veeramally@linux.intel.com> References: <1402578618-31484-1-git-send-email-ravikumar.veeramally@linux.intel.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- profiles/health/hdp_util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/health/hdp_util.c b/profiles/health/hdp_util.c index 58770b5..47c464e 100644 --- a/profiles/health/hdp_util.c +++ b/profiles/health/hdp_util.c @@ -652,6 +652,8 @@ static gboolean register_service_sup_features(GSList *app_list, return FALSE; } + sdp_list_free(sup_features, free_hdp_list); + return TRUE; } -- 1.9.1