No need to memset the freed memory.

This commit is contained in:
jgarcia 2008-05-19 07:55:53 +00:00
parent 6389b49e88
commit 2630eed983

View file

@ -2138,7 +2138,6 @@ read_VV(cl_object block, void (*entry_point)(cl_object))
if (VVtemp) {
block->cblock.temp_data = NULL;
block->cblock.temp_data_size = 0;
memset(VVtemp, 0, bytes);
cl_dealloc(VVtemp);
}
bds_unwind1();