summaryrefslogtreecommitdiffstats
path: root/source/lib/crypto/md4test.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-09-11 04:18:16 +0000
committerAndrew Bartlett <abartlet@samba.org>2006-09-11 04:18:16 +0000
commit80e2a1a749c46ef373f856548d8bc2a87415ca5b (patch)
tree70a3d584ee8d04e4f0b18be3727da1f816083028 /source/lib/crypto/md4test.c
parentc1ae59f105477770c9cc56e87ac3cd91269bd542 (diff)
downloadsamba-80e2a1a749c46ef373f856548d8bc2a87415ca5b.tar.gz
samba-80e2a1a749c46ef373f856548d8bc2a87415ca5b.tar.xz
samba-80e2a1a749c46ef373f856548d8bc2a87415ca5b.zip
r18357: Convert more crypto tests from using function results as initialisers.
(Fails on older Unix C compilers) Andrew Bartlett
Diffstat (limited to 'source/lib/crypto/md4test.c')
-rw-r--r--source/lib/crypto/md4test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/crypto/md4test.c b/source/lib/crypto/md4test.c
index 747d374396c..1c98fe08469 100644
--- a/source/lib/crypto/md4test.c
+++ b/source/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;