Thread: Memory Leak
View Single Post
05-31-09, 04:11 PM   #39
carboniteaddon
A Pyroguard Emberseer
 
carboniteaddon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2008
Posts: 2,245
You guys have been busy...

Originally Posted by Vyper View Post
Key Difference:
Memory Leak: Program and Operating System do not have access to the memory
Memory Bloat: Program still has access, but doesn't need it any more.
This is true. Addons cannot technically leak memory, but they can allocate tables and never "free" them, which to an addon user looks like the same thing. When someone says an addon "Leaks Memory", I know what they mean. The distinction does not matter to a user.

I have done limited testing with ArkInventory about a year ago looking at a reported conflict. It actually worked fine back then when I tested the latest version. I don't recall any more problem reports with that addon until now.
__________________
faatal