Fix small leak.
svn path=/trunk/KDE/kdebase/workspace/; revision=925150
This commit is contained in:
parent
73b947b1ca
commit
11290257b2
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ void SceneXrender::selfCheckSetup()
|
|||
QRect rect( p.x(), p.y(), selfCheckWidth(), selfCheckHeight());
|
||||
XRenderComposite( display(), PictOpSrc, pic, None, buffer, 0, 0, 0, 0,
|
||||
rect.x(), rect.y(), rect.width(), rect.height());
|
||||
XRenderFreePicture( display(), pic );
|
||||
XFreePixmap( display(), wpix );
|
||||
XDestroyWindow( display(), window );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue