mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
tests: Fix memory leak
This commit is contained in:
@@ -3597,6 +3597,8 @@ void test_nghttp2_session_get_effective_local_window_size(void)
|
|||||||
CU_ASSERT(50 ==
|
CU_ASSERT(50 ==
|
||||||
nghttp2_session_get_stream_effective_recv_data_length
|
nghttp2_session_get_stream_effective_recv_data_length
|
||||||
(session, 1));
|
(session, 1));
|
||||||
|
|
||||||
|
nghttp2_session_del(session);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_nghttp2_session_set_option(void)
|
void test_nghttp2_session_set_option(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user