Skip to content
Snippets Groups Projects
Commit 4753b634 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Cleanup [ADT.List]: Do not free memory that is in use before gc(1) has run.

The nodes used by ADT.List were freed before the cleanup call of gc(1).
This could cause the gc to follow links into freed and/or reused memory.

Fixes [PIKE-227].
parent c1f47674
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment