mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
fix(tests): Remove a memleak in check_interfaces.c
This commit is contained in:
parent
452608ed7f
commit
aaf05080c9
@ -193,6 +193,7 @@ START_TEST(check_interface_instantiation) {
|
||||
}
|
||||
ck_assert(found == true);
|
||||
|
||||
UA_BrowseResult_clear(&br);
|
||||
} END_TEST
|
||||
|
||||
int main(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user