Skip to content

Plugins: 03 Destroy

Kaspar Schmid edited this page Apr 16, 2015 · 1 revision

destroy() is called once whenever the process is deleted or the application quits. If you have private members which need to be deleted do it here.

delete _result;
Clone this wiki locally