mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
IDEA-272894: release items of touchbar in AppKit
theoretically it can fix SIGSEGV at [libobjc.A.dylib] objc_msgSend in -[NSTouchBarViewController _updateTree] GitOrigin-RevId: f545b89f023bf8a599f7785ab359cba83a520c53
This commit is contained in:
committed by
intellij-monorepo-bot
parent
167efd84cb
commit
b28894eb2e
@@ -84,7 +84,7 @@ void setPrincipal(id tbobj, const char * uid) {
|
||||
}
|
||||
|
||||
__used
|
||||
void releaseTouchBar(id tbobj) {
|
||||
void releaseNativePeer(id tbobj) {
|
||||
if ([NSThread isMainThread]) {
|
||||
[tbobj release];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user