johndbritton / teleport

Virtual KVM for macOS
GNU General Public License v2.0
791 stars 132 forks source link

Addressing memory leak in TPHostAnimationController where TPEffectsWindo... #16

Closed atljeremy closed 9 years ago

atljeremy commented 9 years ago

...ws were being created and added to an NSSet and never removed/released https://github.com/abyssoft/teleport/issues/10

Changes:

abyssoft commented 9 years ago

The point of the NSStringFromClass was to preserve compatibility with OSes pre-dating CoreAnimation, but I think they can be dropped now so the code can be simplified more (no need for Class objects). Thanks for fixing the leak!