Archiviert
13
0

Move null assignments after the proper checks

Dieser Commit ist enthalten in:
Dan Mulloy 2015-01-04 17:54:12 -05:00
Ursprung 489c72418d
Commit 266e9e47cc

Datei anzeigen

@ -786,14 +786,14 @@ class ChannelInjector extends ByteToMessageDecoder implements Injector {
// Clear cache
factory.invalidate(player);
}
}
// Clear player instances
// Should help fix memory leaks
this.player = null;
this.updated = null;
}
}
}
/**
* Execute a specific command in the channel thread.