macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.5k stars 681 forks source link

Fix potential crash in setTitle #1270

Closed ychin closed 2 years ago

ychin commented 2 years ago

This happens when changing appearance mode (e.g. transparent title bar) and you could get to a state where the title is released before retained again. Fix the order of operation to retain first. Probably another reason why we really should have switched to ARC.