This commit is contained in:
Ximi1970
2021-01-07 22:33:26 +01:00
parent 0c16367dad
commit 7a31c6aa94

View File

@@ -205,26 +205,6 @@ void WindowCtrlUnix::findWindows( qint64 pid )
if( wm_state_ptr != nullptr )
{
state = *reinterpret_cast<long *>( wm_state_ptr );
if( state == 0 )
{
state = -1;
m_tb_windows.removeLast();
m_tb_window_positions.removeLast();
Free( wm_state_ptr );
wm_state_ptr = nullptr;
if( net_wm_state_ptr != nullptr )
{
Free( net_wm_state_ptr );
}
Free( propPID );
continue;
}
}
#ifdef DEBUG_DISPLAY_ACTIONS_DETAILS