Commit b2f07b1d authored by Alexis La Goutte's avatar Alexis La Goutte Committed by Tatsuhiro Tsujikawa

Fix Dead Store (Dead assignement/Dead increment) warning found by Clang Analyzer

parent eff5c7d0
......@@ -363,7 +363,6 @@ int nghttp2_submit_altsvc(nghttp2_session *session, uint8_t flags,
memcpy(varp, origin, origin_len);
copy_origin = varp;
varp += origin_len;
}
frame = malloc(sizeof(nghttp2_frame));
......
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