From ac5d629479c4594c455d4c9d6e9610d725386feb Mon Sep 17 00:00:00 2001 From: rtogni Date: Mon, 1 Jan 2007 22:32:09 +0000 Subject: Memleak fix (implement sdpplin_free() and use it) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21806 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/realrtsp/real.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/realrtsp/real.c') 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; } -- cgit v1.2.3