We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4521540 commit 2229d77Copy full SHA for 2229d77
src/platform/macos_ext.rs
@@ -72,6 +72,7 @@ impl SystemTray {
72
unsafe {
73
let title = NSString::alloc(nil).init_str(title);
74
NSButton::setTitle_(self.item.0, title);
75
+ let _: () = msg_send![title, release];
76
}
77
78
0 commit comments