2.7.15-1-ge18a75e

Details

  • Filename
    Decursive-2.7.15-1-ge18a75e.zip
  • Uploaded by
  • Uploaded
    Jan 24, 2024
  • Size
    541.23 KB
  • Downloads
    218
  • MD5
    70fc48025a2a21dd8904cc7b86297e51

Supported WoW Retail Versions

  • 10.2.5

Changelog

Decursive -Ace3-

2.7.15-1-ge18a75e (2024-01-24)

Full Changelog Previous Releases

  • Fix UnitBuff deprecation impact on memory usage (garbage leak) when the check for stealth option is used.
    In 10.2.5 UnitBuff and acolytes were deprecated and are falling back to calling the new C_UnitAuras API functions which create a new Lua table each time they return something and thus, leak memory... (if only we could provide those functions with a table to use... sigh)
    This is a work in progress, more work is needed. In 10.2.5, Decursive will still leak memory as soon as there are debuffs on units... This update fix the idle case which was probably the worst since buffs are long lasting and on all units all the time.