ODBG_Plugindestroy

OllyDbg Plugin API

ODBG_Plugindestroy

OllyDbg calls this optional function once on exit. At this moment, all MDI windows created by plugin are already destroyed (received WM_DESTROY messages). Function must free all internally allocated resources, like window classes, files, memory and so on.

void ODBG_Plugindestroy(void);