are this trigger leak?

Status
Not open for further replies.
Level 3
Joined
Aug 4, 2013
Messages
55
  • Item - Pick every item in (Entire map) and do (Actions)
    • Loop - Actions
      • Unit - Order Head Hunter 0014 <gen> to Right-Click (Picked item)
are this trigger leak? if its leak, how can i remove leak or i do it wrong
 
Memory leak does only mean, that there exists part of memory that you cant refer anymore.

For example you use a variable and create a UnitGroup, and later you create a new UnitGroup. Now the variable just shows the value of the new group, but old one is still somewhere in memory.

So you can't refer anymore to this lost part in memory --> memory leak.
 
Status
Not open for further replies.
Back
Top