• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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.
Top