summaryrefslogtreecommitdiffstats
path: root/ffserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c
index 3c1f776..47c4bcc 100644
--- 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;
OpenPOWER on IntegriCloud