fix magnifier + xrender segfault
This commit is contained in:
parent
c1bd7885cb
commit
d6c652fd35
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ void MagnifierEffect::destroyPixmap()
|
|||
m_picture.reset();
|
||||
if (m_pixmap != XCB_PIXMAP_NONE) {
|
||||
xcb_free_pixmap(connection(), m_pixmap);
|
||||
m_pixmap = XCB_PIXMAP_NONE;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue