Memory Leak Issue with Tkinter gui application
I’m facing a memory leak issue with a custom widget in a Tkinter/customtkinter application. Despite my efforts to manually delete and clear all member variables, the memory is not being fully cleaned up. Below is the relevant code for my custom class.