[xiph-commits] r14428 - trunk/ghost/libentcode
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Wed Jan 23 15:10:30 PST 2008
Author: tterribe
Date: 2008-01-23 15:10:28 -0800 (Wed, 23 Jan 2008)
New Revision: 14428
Modified:
trunk/ghost/libentcode/ectest.c
Log:
Actually free test data vectors in the new random stream tests.
Modified: trunk/ghost/libentcode/ectest.c
===================================================================
--- trunk/ghost/libentcode/ectest.c 2008-01-23 23:04:43 UTC (rev 14427)
+++ trunk/ghost/libentcode/ectest.c 2008-01-23 23:10:28 UTC (rev 14428)
@@ -166,6 +166,7 @@
}
}
ec_byte_writeclear(&buf);
+ free(data);
}
return 0;
}
More information about the commits
mailing list