summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp/real.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/realrtsp/real.c')
-rw-r--r--stream/realrtsp/real.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/stream/realrtsp/real.c b/stream/realrtsp/real.c
index cad231dedd..6f33bc9c6c 100644
--- a/stream/realrtsp/real.c
+++ b/stream/realrtsp/real.c
@@ -507,8 +507,7 @@ rtsp_send_describe:
}
autherr:
- if (authfield)
- free(authfield);
+ free(authfield);
if ( status<200 || status>299 )
{