Skip to content
Snippets Groups Projects
Commit acef5f71 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix harmless Coverity issue.

There's no need to set line = NULL since it's always overwritten.
parent 5cf45e51
No related branches found
No related tags found
No related merge requests found
Pipeline #8209 passed
......@@ -959,7 +959,6 @@ read_chunked(struct http_session *sess, FILE *out)
goto error_return;
}
free(line);
line = NULL;
}
free(buf);
free(line);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment