Plug an X11 property leak in Client::getSyncCounter()
svn path=/trunk/KDE/kdebase/workspace/; revision=1022615
This commit is contained in:
parent
0204c2127c
commit
00b1ad8e18
1 changed files with 3 additions and 0 deletions
|
@ -1740,6 +1740,9 @@ void Client::getSyncCounter()
|
|||
&attrs );
|
||||
}
|
||||
}
|
||||
|
||||
if( ret == Success )
|
||||
XFree( propRet );
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue