tests: Fix memory leak

This commit is contained in:
Tatsuhiro Tsujikawa 2013-11-02 16:55:58 +09:00
parent 4bc44b0c0b
commit 7b3dade184
1 changed files with 2 additions and 0 deletions

View File

@ -3597,6 +3597,8 @@ void test_nghttp2_session_get_effective_local_window_size(void)
CU_ASSERT(50 ==
nghttp2_session_get_stream_effective_recv_data_length
(session, 1));
nghttp2_session_del(session);
}
void test_nghttp2_session_set_option(void)