diff options
author | Ezra Peisach <epeisach@mit.edu> | 2011-08-11 14:27:32 +0000 |
---|---|---|
committer | Ezra Peisach <epeisach@mit.edu> | 2011-08-11 14:27:32 +0000 |
commit | 27eaf58557c090e65a7c90f65cd6426e8f1d5eea (patch) | |
tree | fd94cc3bc6e324a27d60e70d747a6280d4eb5056 /src/util/support/t_path.c | |
parent | fb9ab04cc1dbcb2e595db74a59d176635bae6d95 (diff) | |
download | krb5-27eaf58557c090e65a7c90f65cd6426e8f1d5eea.tar.gz krb5-27eaf58557c090e65a7c90f65cd6426e8f1d5eea.tar.xz krb5-27eaf58557c090e65a7c90f65cd6426e8f1d5eea.zip |
Cleanup memory leak in test
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25094 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support/t_path.c')
-rw-r--r-- | src/util/support/t_path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/support/t_path.c b/src/util/support/t_path.c index 550d748b7..ebf3bde25 100644 --- a/src/util/support/t_path.c +++ b/src/util/support/t_path.c @@ -170,6 +170,7 @@ main(void) (int)i, joined, ejoined); status = 1; } + free(joined); } for (i = 0; i < sizeof(isabs_tests) / sizeof(*isabs_tests); i++) { |