diff options
Diffstat (limited to 'common/t-mbox-util.c')
-rw-r--r-- | common/t-mbox-util.c | 2 |
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); } } |