summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp/real.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/realrtsp/real.c')
-rw-r--r--stream/realrtsp/real.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/realrtsp/real.c b/stream/realrtsp/real.c
index 84a3cdd18f..3ad4fa9a7f 100644
--- a/stream/realrtsp/real.c
+++ b/stream/realrtsp/real.c
@@ -337,6 +337,7 @@ static rmff_header_t *real_parse_sdp(char *data, char **stream_rules, uint32_t b
rmff_fix_header(header);
buf = xbuffer_free(buf);
+ sdpplin_free(desc);
return header;
}