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:
@ -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.
|
||||
|
Reference in New Issue
Block a user