getlantern / systray

a cross platfrom Go library to place an icon and menu in the notification area
Apache License 2.0
3.28k stars 451 forks source link

Wrap setIcon NSImage ops within autoreleasepool pattern #240

Open mlsmaycon opened 1 year ago

mlsmaycon commented 1 year ago

This allows us to prevent memory leaks when calling setIcon many times due to state change

Is related to #135

see https://stackoverflow.com/a/25880106