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

Merge branch 'patches/pike227' into 8.0

* patches/pike227:
  Cleanup [ADT.List]: Do not free memory that is in use before gc(1) has run.
parents fca6f172 4753b634
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,6 @@ static void exit_builtin_modules(void)
* THREADS_ALLOW/DISALLOW are NOPs beyond this point. */
th_cleanup();
#endif
free_all_pike_list_node_blocks();
exit_pike_security();
free_svalue(& throw_value);
......@@ -360,6 +359,7 @@ static void exit_builtin_modules(void)
cleanup_pike_type_table();
cleanup_shared_string_table();
free_all_pike_list_node_blocks();
free_dynamic_load();
first_mapping=0;
free_all_mapping_blocks();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment