Commit c8b83d70 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Merge branch 'scan-build' of https://github.com/alagoutte/nghttp2 into alagoutte-scan-build

parents dfbc6e6a d1285255
......@@ -571,7 +571,7 @@ int nghttp2_session_reprioritize_stream
const nghttp2_priority_spec *pri_spec_in)
{
int rv;
nghttp2_stream *dep_stream;
nghttp2_stream *dep_stream = NULL;
nghttp2_stream *root_stream;
nghttp2_priority_spec pri_spec_default;
const nghttp2_priority_spec *pri_spec = pri_spec_in;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment