Diff between a7f01b2e1be94b6a45155daa48a46f581a4b0442 and a6aa0d73591c34af9a46faed6c3ccf05d044e719

Changed Files

File Additions Deletions Status
tools/sdptool.c +3 -0 modified

Full Patch

diff --git a/tools/sdptool.c b/tools/sdptool.c
index f985b1e..78dc281 100644
--- a/tools/sdptool.c
+++ b/tools/sdptool.c
@@ -1813,7 +1813,10 @@ end:
 	sdp_list_free(proto[1], 0);
 	sdp_list_free(proto[2], 0);
 	sdp_list_free(apseq, 0);
+	sdp_list_free(pfseq, 0);
 	sdp_list_free(aproto, 0);
+	sdp_list_free(root, 0);
+	sdp_list_free(svclass_id, NULL);
 
 	return ret;
 }