mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
Merge branch 'scan-build' of https://github.com/alagoutte/nghttp2 into alagoutte-scan-build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user