----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/125525/ -----------------------------------------------------------
Review request for KDE Frameworks, kwin and Albert Astals Cid. Repository: kwindowsystem Description ------- The code used fromRawData instead of a deep copy which must ensure that the memory is kept around for the QByteArray and all copies. But the code did not guarantee that as it frees the raw data. So better do a deep copy of the data. Diffs ----- src/platforms/xcb/netwm.cpp 3c70ed6baf07c38bf59b8102960e819792e46c93 Diff: https://git.reviewboard.kde.org/r/125525/diff/ Testing ------- My KWin unit test does no longer fail Thanks, Martin Gräßlin
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel