On 06/02/2016 19:14, Logan Bell wrote:
Are the effects of calling 'Destroy' disastrous?
Yes, calling `Destroy` manually will typically result in a use-after-free. Users must only call `Destroy` via the `SUPER_DESTROY` macro in custom destructors.
Nick
