Fix double free corruption due to duplicated call to IceCloseConnection

This resolves Bug 2167
pull/2/head
Timothy Pearson 9 years ago
parent ad2dc879b6
commit 9005480696

@ -771,9 +771,9 @@ void KSMServer::processData( int /*socket*/ )
SmsConn smsConn = it.current()->connection();
deleteClient( it.current() );
SmsCleanUp( smsConn );
}
(void) IceCloseConnection( iceConn );
}
}
}
KSMClient* KSMServer::newClient( SmsConn conn )

Loading…
Cancel
Save