Skip to content

qt: fix crash when cancelling round image generation

Pierre Lamot requested to merge chub/vlc:qt/roundimage-cancel-fixup into master

the cancel signal will call the handleImageResponseFinished callback which calls resetImageResponse again, the nested call will set m_activeImageResponse to null, then the first call will try to use disconnect on a null object.

Merge request reports