mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Fix: memory leak connected to lua 5.0 vaarargs
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
# This repository is actively being fixed and maintained by Bluewhale.
|
||||
|
||||
## Changelog
|
||||
- **Fix:** Fixed nil ID formatting crash in Tooltip's SetHyperlink.
|
||||
- **Fix:** Removed implicit `arg` table memory leaks in high-frequency oUF element updates by replacing varargs (`...`) with static parameters.
|
||||
- **Fix:** Corrected bug in `Auras.lua` where unused buff icons remained visible on screen due to improper `deadIndex` calculation.
|
||||
- **Fix:** Fixed quest tracker duplicating entries by overriding `QuestWatch_Update` to deduplicate quests manually.
|
||||
- **Fix:** Hid the unwanted `MoneyInputFrame` from appearing over `StaticPopup` dialogs (like the UI Reload prompt) by updating custom popup handling.
|
||||
|
||||
Reference in New Issue
Block a user