diff --git a/tests/wp/state.c b/tests/wp/state.c index 5b21a3d1..d7b5621b 100644 --- a/tests/wp/state.c +++ b/tests/wp/state.c @@ -198,6 +198,8 @@ test_state_escaped (void) g_assert_cmpstr (wp_properties_get (props, "\\\\"), ==, "v20"); g_assert_cmpstr (wp_properties_get (props, "[]["), ==, "][]"); } + + wp_state_clear (state); } int