Commit 425a9558 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fixed memory leak in unit test

parent 8f038ae4
......@@ -2040,4 +2040,6 @@ void test_spdylay_session_get_outbound_queue_size()
CU_ASSERT(0 == spdylay_submit_goaway(session, SPDYLAY_GOAWAY_OK));
CU_ASSERT(2 == spdylay_session_get_outbound_queue_size(session));
spdylay_session_del(session);
}
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