MCPcopy Create free account
hub / github.com/OISF/libhtp / TearDown

Method TearDown

test/test_utils.cpp:797–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795 }
796
797 virtual void TearDown() {
798 htp_connp_destroy_all(connp);
799 htp_config_destroy(cfg);
800
801 testing::Test::TearDown();
802 }
803
804 htp_connp_t *connp;
805

Callers

nothing calls this directly

Calls 2

htp_connp_destroy_allFunction · 0.85
htp_config_destroyFunction · 0.85

Tested by

no test coverage detected