mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
clean up icon memory management for the window drag overlay - pointed out by Stick Men on the forum
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
@interface DragOverlayView : NSView
|
||||
{
|
||||
NSImage * fBadge, * fBackBadge, * fAppIcon;
|
||||
NSImage * fBadge, * fBackBadge;
|
||||
|
||||
NSDictionary * fMainLineAttributes, * fSubLineAttributes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user