projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4508af2
)
.memleak fix by Ronald Bultje. OK'd by Luca.
author
Alex Beregszaszi
<alex@rtfs.hu>
Mon, 16 Jul 2007 10:56:40 +0000
(10:56 +0000)
committer
Alex Beregszaszi
<alex@rtfs.hu>
Mon, 16 Jul 2007 10:56:40 +0000
(10:56 +0000)
Originally committed as revision 9697 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c
patch
|
blob
|
history
diff --git
a/libavformat/rtsp.c
b/libavformat/rtsp.c
index
2279e44
..
0e91e92
100644
(file)
--- a/
libavformat/rtsp.c
+++ b/
libavformat/rtsp.c
@@
-814,6
+814,8
@@
static void rtsp_send_cmd(AVFormatContext *s,
}
if (content_ptr)
*content_ptr = content;
+ else
+ av_free(content);
}