fix: crash during closing the app if gif was sent/received (#15026)

This commit is contained in:
Mykhailo Prakhov 2024-06-04 13:32:46 +02:00 committed by GitHub
parent 4e81f8f220
commit 551ae70c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ Item {
root.clicked(imageMessage, mouse)
}
}
Component.onDestruction: imageMessage.source = ""
}
Loader {