Diff between b6c68a1da10a4950e2bf63a922c056135f7ea0f8 and 7eeb611f56855592c0f07fa9ad62954989e972aa

Changed Files

File Additions Deletions Status
profiles/health/hdp_util.c +2 -0 modified

Full Patch

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;
 }