kartik-venugopal / aural-player

An audio player for macOS, inspired by Winamp.
MIT License
819 stars 44 forks source link

fix memory leak #54

Closed lijuncode closed 1 year ago

lijuncode commented 1 year ago

After initialization fails, need to release the memory of the frame, otherwise there will be a memory leak.

lijuncode commented 1 year ago

fix the issue:https://github.com/kartik-venugopal/aural-player/issues/53

kartik-venugopal commented 1 year ago

@lijuncode - Thank you very much for the fix ! I will take a look and accept your request.

Cheers, Kartik