ViksUI

ViksUI

40.4k Downloads

Duplicate frame creation

cont1nuity opened this issue ยท 1 comments

commented

ViksUI/ViksUI/Main/Core.lua

Lines 283 to 284 in 79889f6

local frame = CreateFrame("Frame", nil, f)
frame = CreateFrame("Frame", nil, f)

local frame = CreateFrame("Frame", nil, f, "BackdropTemplate")
frame = CreateFrame("Frame", nil, f, "BackdropTemplate")

As frames are not garbage collected, the second (identical) creation is a waste of resources.

commented

Yes i see. This section is realy old and under replacement/upgrade.