1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-03 07:27:11 +02:00

Fix issue with routines never being released. Should close #14

Few other fixes and adjustments also in routines.
This commit is contained in:
Sandu Liviu Catalin
2016-07-12 22:45:14 +03:00
parent f5777cecc7
commit 4e05d3d285
2 changed files with 26 additions and 22 deletions

View File

@ -80,9 +80,9 @@ protected:
static void Insert(Routine * routine, bool associate = true);
/* --------------------------------------------------------------------------------------------
* Insert a routine instance from the pool to not be processed.
* Remove a routine instance from the pool to not be processed.
*/
static void Remove(Routine * routine);
static void Remove(Routine * routine, bool forget = false);
/* --------------------------------------------------------------------------------------------
* Release routine resources.