[Solved] Does item group leak?

Status
Not open for further replies.
I'll explain.
JASS:
//Blizzard.j:
function EnumItemsInRectBJ takes rect r, code actionFunc returns nothing
    call EnumItemsInRect(r, null, actionFunc)
endfunction

//war3map.j:
    call EnumItemsInRectBJ( GetPlayableMapRect(), function Trig___________________________u_Func001A )
As you can see, there is really nothing leaking.
 
Status
Not open for further replies.
Back
Top