FAForever / java-ice-adapter

A P2P connection proxy for Supreme Commander: Forged Alliance using ICE
MIT License
5 stars 12 forks source link

Fix possible null dereferencing #58

Open rigomate opened 2 weeks ago

rigomate commented 2 weeks ago

Even if this has to be set to null: currentClient = null;

I guess most probably not before a call is made to a member function on it.