projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33a4ecb
)
cosmetic: extra space
author
Alex Beregszaszi
<alex@rtfs.hu>
Wed, 8 Aug 2007 19:04:23 +0000
(19:04 +0000)
committer
Alex Beregszaszi
<alex@rtfs.hu>
Wed, 8 Aug 2007 19:04:23 +0000
(19:04 +0000)
Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffserver.c
patch
|
blob
|
history
diff --git
a/ffserver.c
b/ffserver.c
index
3c1f776
..
47c4bcc
100644
(file)
--- a/
ffserver.c
+++ b/
ffserver.c
@@
-759,7
+759,7
@@
static void close_connection(HTTPContext *c)
}
for(i=0; i<ctx->nb_streams; i++)
- av_free(ctx->streams[i])
;
+ av_free(ctx->streams[i]);
if (c->stream && !c->post && c->stream->stream_type == STREAM_TYPE_LIVE)
current_bandwidth -= c->stream->bandwidth;