mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
mgcp_test: test_no_cycle: sanitize: free endp
Release endpoint to avoid sanitizer errors. Change-Id: I78d16ffc435c0f967fe99c6e38dde829b6fa0dc9
This commit is contained in:
@@ -1262,6 +1262,7 @@ static void test_no_cycle(void)
|
||||
OSMO_ASSERT(conn->state.stats_cycles == UINT16_MAX + 1);
|
||||
OSMO_ASSERT(conn->state.stats_max_seq == 0);
|
||||
|
||||
mgcp_release_endp(endp);
|
||||
talloc_free(cfg);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user