Plug an X11 property leak in Client::getSyncCounter()

svn path=/trunk/KDE/kdebase/workspace/; revision=1022615
This commit is contained in:
Andreas Kling 2009-09-12 09:42:03 +00:00
parent 0204c2127c
commit 00b1ad8e18

View file

@ -1740,6 +1740,9 @@ void Client::getSyncCounter()
&attrs );
}
}
if( ret == Success )
XFree( propRet );
#endif
}