GWToolboxpp icon indicating copy to clipboard operation
GWToolboxpp copied to clipboard

Fix memory leaks and enc string handling in DropItems.cpp

Open 3vcloud opened this issue 2 months ago • 0 comments

Was called ItemFilter.cpp, renamed for the drop tracking window.

  • [x] PendingItems are alloc'd and then copied. The original item isn't freed.
  • [x] Item stats should be grabbed from the mod struct, not from a decoded item info string.
  • [x] Enc strings are processed one after another. This works but is a but messy, and theres no safety checks just in case the item is freed due the change in the above logic.

3vcloud avatar Dec 30 '25 10:12 3vcloud