[SDL][Win] Destroy custom cursor on Close()
authorthefiddler <stapostol@gmail.com>
Thu, 1 May 2014 12:27:20 +0000 (14:27 +0200)
committerthefiddler <stapostol@gmail.com>
Thu, 1 May 2014 12:27:20 +0000 (14:27 +0200)
commit9988a2ba9c75d0db66a8426be6b8f47202ea4ce0
treed602051d00fed5698684c400c05251150beedea4
parentc8c0d32fcce84f50a1dbe9b8a6e5e8fdc4e8d139
[SDL][Win] Destroy custom cursor on Close()

X11 destroys the cursor after setting it and Cocoa uses an autorelease
pool, so that should not be necessary there.
Source/OpenTK/Platform/SDL2/Sdl2NativeWindow.cs
Source/OpenTK/Platform/Windows/WinGLNative.cs