~ Fixed an IDisposable
not being disposed of, previously potentially leading to a memory leak. This was extremely unlikely to be a serious problem for any user as first of all the virtual machine that all C# code runs in has good enough GC that eventually the IDisposable
memory would die and second of all the leak in question would take hours of one using the program, constantly doing one thing in particular over and over, to affect even a low-end machine.