View Single Post
03-26-14, 10:18 PM   #6
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
You're creating an awful lot of junk tables and (possibly; I can't tell without more context) badly named globals. You're also creating new fontstrings every time (and discarding the old ones) instead of reusing them; this is a huge waste of memory.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote