Branch: Tag:

2020-12-18

2020-12-18 15:00:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Use alloc_pike_type() to allocate types.

612:    }   #endif    -  debug_malloc_pass(t = ba_alloc(&type_allocator)); +  debug_malloc_pass(t = alloc_pike_type());       t->refs = 0; -  gc_init_marker(t); +     add_ref(t); /* For DMALLOC... */    t->type = type;    t->flags = 0;