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:
Artem Bochkarev
2021-07-01 18:34:17 +03:00
committed by intellij-monorepo-bot
parent 167efd84cb
commit b28894eb2e
10 changed files with 29 additions and 27 deletions

View File

@@ -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 {