fix(tests): Remove a memleak in check_interfaces.c

This commit is contained in:
Julius Pfrommer 2025-03-30 20:44:44 +02:00 committed by Julius Pfrommer
parent 452608ed7f
commit aaf05080c9

View File

@ -193,6 +193,7 @@ START_TEST(check_interface_instantiation) {
}
ck_assert(found == true);
UA_BrowseResult_clear(&br);
} END_TEST
int main(void) {