tests: Fix memory leak
This commit is contained in:
parent
4bc44b0c0b
commit
7b3dade184
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue