mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-03 16:01:35 -08:00
No need to memset the freed memory.
This commit is contained in:
parent
6389b49e88
commit
2630eed983
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue