mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
d2246337a2
Fixes https://bugs.telegram.org/c/35214 Deleting `placeholder` in content->heightValue() resulted in `delete` sometimes being called deep inside the layer->show() which already had a reference to that `placeholder` saved and was accessed after -> crash.