summaryrefslogtreecommitdiffstats
path: root/ffserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ffserver.c b/ffserver.c
index fd7d3cb..af1a445 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -786,7 +786,6 @@ static void close_connection(HTTPContext *c)
HTTPContext **cp, *c1;
int i, nb_streams;
AVFormatContext *ctx;
- URLContext *h;
AVStream *st;
/* remove connection from list */
@@ -831,9 +830,7 @@ static void close_connection(HTTPContext *c)
av_freep(&ctx->streams[0]);
av_freep(&ctx);
}
- h = c->rtp_handles[i];
- if (h)
- ffurl_close(h);
+ ffurl_close(c->rtp_handles[i]);
}
ctx = &c->fmt_ctx;
OpenPOWER on IntegriCloud