memcpy_speed: Properly define ALIGN macro and fix memory leaks
authorSebastian Dröge <sebastian@centricular.com>
Mon, 14 Apr 2014 16:54:57 +0000 (18:54 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 14 Apr 2014 16:54:57 +0000 (18:54 +0200)
commit6ba1214f371c56c9c6b0b319d8abccafc3d3f953
treec9f2b6ebfd511c7b513b0fe71646c624ef3e75cb
parent265e372805bb30511f86d489ae99a465440f38bf
memcpy_speed: Properly define ALIGN macro and fix memory leaks

With the previous definition we would use memory *before* our
allocated memory area.
testsuite/memcpy_speed.c