diff options
Diffstat (limited to 'source4/lib/crypto/md4test.c')
-rw-r--r-- | source4/lib/crypto/md4test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/crypto/md4test.c b/source4/lib/crypto/md4test.c index 747d374396..1c98fe0846 100644 --- a/source4/lib/crypto/md4test.c +++ b/source4/lib/crypto/md4test.c @@ -77,6 +77,7 @@ BOOL torture_local_crypto_md4(struct torture_context *torture) dump_data(0, md4, sizeof(md4)); ret = False; } + talloc_free(md4blob.data); } return ret; |