JetBrains / JetBrainsRuntime

Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
GNU General Public License v2.0
1.26k stars 192 forks source link

JBR-6911 IDE crashes (EXC_BAD_ACCESS) after disconnecting the secondary display if a markdown file is opened (macOS Sonoma 14.4.1) #350

Closed avu closed 4 months ago

avu commented 4 months ago

Corrected invalid usage of dealloc method, fixed memory leaks.

bourgesl commented 4 months ago

LGTM. did you check other misplaced dealloc in metal pipeline ?

avu commented 4 months ago

Yes, I've scanned the code on this pattern.