* Fixes an unlawful call to Destroy() (#55992)
Destroy() should (almost) never be called directly, it is called by qdel() to clean up references and avoid hard deletions.
It is a shame we don't have private methods.
* Fixes an unlawful call to Destroy()
Co-authored-by: Rohesie <rohesie@gmail.com>