Does it leak?

Status
Not open for further replies.
I just want to know if there is a leak when you use "convert player to player group" saving result to variable and destroying it (leak checker shows there is):
Code:
Set Variable = Player group(Player)
(...) //some actions
call DestroyForce(udg_Variable)
 
Status
Not open for further replies.
Back
Top