Branch: Tag:

2017-11-05

2017-11-05 14:35:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Rename LFUN::destroy() to LFUN::_destruct().

As decided at Pike Conference 2017.

4124:    some other function. It is sort of hard to know when that    happens while generating the code, however. Simply assigning    the global could in theory actually destruct this object (old -  value includes something with a destroy that calls destruct on +  value includes something with a _destruct that calls destruct on    this object...)       Note that nothing crash if we do the assign. We "just" leak the