add release handler to unload all running plugin

This commit is contained in:
LE Xuan Sang
2015-10-22 23:13:53 +02:00
parent ab1eb7bcba
commit 84c8875588
9 changed files with 25 additions and 2 deletions

View File

@ -186,3 +186,7 @@ void rmfolder(int c, const char* m, dictionary rq)
//LOG("%s\n",rpath );
__t(c,__RESULT__,1,"OK");
}
void pexit()
{
LOG("Exit file manager,plugins\n");
}

Binary file not shown.