aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-mbox-util.c
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-06-28 15:59:17 +0000
committerJustus Winter <[email protected]>2016-06-28 16:21:50 +0000
commitc14ef10fc347d966a1efcb5c2000cbf3aaafa905 (patch)
treee36f40e1fe5672dcb1e38172559c0b431e1a9367 /common/t-mbox-util.c
parentdirmngr: add option to retrieve extra WKS info. (diff)
downloadgnupg-c14ef10fc347d966a1efcb5c2000cbf3aaafa905.tar.gz
gnupg-c14ef10fc347d966a1efcb5c2000cbf3aaafa905.zip
common: Fix memory leaks.
* common/ccparray.c (ccparray_put): Free old array. * common/stringhelp.c (do_make_filename): Free 'home'. * common/t-convert.c: Fix trivial memory leaks. * common/t-iobuf.c: Likewise. * common/t-mbox-util.c: Likewise. * common/t-name-value.c: Likewise. * common/t-stringhelp.c: Likewise. * common/t-strlist.c: Likewise. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'common/t-mbox-util.c')
-rw-r--r--common/t-mbox-util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/t-mbox-util.c b/common/t-mbox-util.c
index dfa4ada2a..ff48f6c5d 100644
--- a/common/t-mbox-util.c
+++ b/common/t-mbox-util.c
@@ -87,6 +87,8 @@ run_test (void)
fail (idx);
else if (strcmp (mbox, testtbl[idx].mbox))
fail (idx);
+
+ xfree (mbox);
}
}