screenshare/frame: set m_copied after shm copy succeeds (#14165)

This commit is contained in:
Vaxry 2026-04-25 22:15:14 +01:00 committed by GitHub
parent e3c9b64812
commit ab8e015bc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -441,6 +441,7 @@ bool CScreenshareFrame::copyShm() {
if (!m_copied) {
LOGM(Log::TRACE, "Copied frame via shm");
m_callback(RESULT_COPIED);
m_copied = true;
}
return true;