http: dont null check p, its unneeded
Fixes CID747740 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -357,7 +357,7 @@ static int process_line(URLContext *h, char *line, int line_count,
|
|||||||
s->willclose = 1;
|
s->willclose = 1;
|
||||||
} else if (!av_strcasecmp (tag, "Server") && !av_strcasecmp (p, "AkamaiGHost")) {
|
} else if (!av_strcasecmp (tag, "Server") && !av_strcasecmp (p, "AkamaiGHost")) {
|
||||||
s->is_akamai = 1;
|
s->is_akamai = 1;
|
||||||
} else if (!av_strcasecmp (tag, "Content-Type") && p) {
|
} else if (!av_strcasecmp (tag, "Content-Type")) {
|
||||||
av_free(s->mime_type); s->mime_type = av_strdup(p);
|
av_free(s->mime_type); s->mime_type = av_strdup(p);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user