summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/md4test.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-09-11 04:18:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:17 -0500
commit2059aa0949b831c362b30d82ccba8a7c8cb1c601 (patch)
tree2eee5696a515497a9af8bda7a849be4f6505525e /source4/lib/crypto/md4test.c
parentbfe8de694950e6988fcbdfd5617c44c3e5c4999d (diff)
downloadsamba-2059aa0949b831c362b30d82ccba8a7c8cb1c601.tar.gz
samba-2059aa0949b831c362b30d82ccba8a7c8cb1c601.tar.bz2
samba-2059aa0949b831c362b30d82ccba8a7c8cb1c601.zip
r18357: Convert more crypto tests from using function results as initialisers.
(Fails on older Unix C compilers) Andrew Bartlett (This used to be commit a4cc13a93fc2f18bfb266603617e14d1cc7ceecf)
Diffstat (limited to 'source4/lib/crypto/md4test.c')
-rw-r--r--source4/lib/crypto/md4test.c1
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;