• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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