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
|
@ -606,5 +606,6 @@ main (int argc, char *argv[])
|
|||
log_fatal ("Message is too short, nothing to test.\n");
|
||||
}
|
||||
|
||||
xfree (filename);
|
||||
return failed;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue