mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
Fix trivial memory leaks in tests.
* dirmngr/t-ldap-parse-uri.c (check_ldap_escape_filter): Free result. * g10/t-stutter.c (main): Free file name. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
8f39185d7b
commit
6bfbc368f9
@ -222,6 +222,8 @@ check_ldap_escape_filter (int test_count, struct test_ldap_escape_filter *test)
|
||||
test->filter, result, test->result);
|
||||
fail (test_count * 1000);
|
||||
}
|
||||
|
||||
xfree (result);
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -606,5 +606,6 @@ main (int argc, char *argv[])
|
||||
log_fatal ("Message is too short, nothing to test.\n");
|
||||
}
|
||||
|
||||
xfree (filename);
|
||||
return failed;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user