chamkank / animated-win-background

Animated backgrounds on Windows (GIF frames)
MIT License
15 stars 7 forks source link

Explicit garbage collection for ctypes #2

Open chamkank opened 8 years ago

chamkank commented 8 years ago

It appears as if memory must be explictly cleared when using ctypes as Python doesn't handle that with this library. If this can be implemented, the performance impact that this script has on the system will be minimal, and garbage won't accumulate (which is the most major issue right now).