mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue