summaryrefslogtreecommitdiffstats
path: root/common/sdp-glib.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/sdp-glib.c')
-rw-r--r--common/sdp-glib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/sdp-glib.c b/common/sdp-glib.c
index 37c8580f..a24464ce 100644
--- a/common/sdp-glib.c
+++ b/common/sdp-glib.c
@@ -230,6 +230,8 @@ sdp_record_t *sdp_xml_parse_record(const char *data, int size)
return NULL;
}
+ g_markup_parse_context_free(ctx);
+
free(ctx_data);
return record;