Move null assignments after the proper checks
Dieser Commit ist enthalten in:
Ursprung
489c72418d
Commit
266e9e47cc
@ -786,14 +786,14 @@ class ChannelInjector extends ByteToMessageDecoder implements Injector {
|
|||||||
|
|
||||||
// Clear cache
|
// Clear cache
|
||||||
factory.invalidate(player);
|
factory.invalidate(player);
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Clear player instances
|
// Clear player instances
|
||||||
// Should help fix memory leaks
|
// Should help fix memory leaks
|
||||||
this.player = null;
|
this.player = null;
|
||||||
this.updated = null;
|
this.updated = null;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Execute a specific command in the channel thread.
|
* Execute a specific command in the channel thread.
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren