kwin/plugins/platforms/x11/windowed
David Edmundson 3092043be5 [platforms/x11] Fix valigrind warning copying window icon for windowed mode
Summary:
windowIcon.pixmap().bits() creates and deletes the QPixmap object.

Which means data is dangling when we call m_winInfo->setIcon()

Surprisingly harmless in real life.

Test Plan: Reran kwin_wayland on X11 with valigrind

Reviewers: #kwin, apol

Reviewed By: apol

Subscribers: zzag, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D28667
2020-05-01 16:13:40 +01:00
..
CMakeLists.txt Cleanup style in CMakeLists.txt files 2019-09-17 16:03:05 +03:00
egl_x11_backend.cpp Fix viewport on vertically stacked monitors 2017-10-25 23:13:44 +01:00
egl_x11_backend.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
logging.cpp Move the x11 plugin sources into a x11/windowed directory 2016-04-12 08:04:16 +02:00
logging.h Move the x11 plugin sources into a x11/windowed directory 2016-04-12 08:04:16 +02:00
scene_qpainter_x11_backend.cpp Port away from deprecated QImage::byteCount 2019-07-10 02:02:15 +03:00
scene_qpainter_x11_backend.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
x11.json SVN_SILENT made messages (.desktop file) - always resolve ours 2019-06-21 05:35:42 +02:00
x11windowed_backend.cpp Port KWin to KWaylandServer 2020-04-30 12:56:08 +02:00
x11windowed_backend.h [platforms/x11] Get rid of some code duplication in windowed backend 2019-09-15 00:16:33 +03:00
x11windowed_output.cpp [platforms/x11] Fix valigrind warning copying window icon for windowed mode 2020-05-01 16:13:40 +01:00
x11windowed_output.h [platforms/x11] Get rid of some code duplication in windowed backend 2019-09-15 00:16:33 +03:00