Archiviert
13
0

Cleanup the write-packet method interceptor.

Dieser Commit ist enthalten in:
Kristian S. Stangeland 2013-07-17 19:40:48 +02:00
Ursprung 35d5912275
Commit fefad5d806

Datei anzeigen

@ -1044,6 +1044,9 @@ public final class PacketFilterManager implements ProtocolManager, ListenerInvok
recievedListeners = null; recievedListeners = null;
sendingListeners = null; sendingListeners = null;
// Also cleanup the interceptor for the write packet method
interceptWritePacket.cleanup();
// Clean up async handlers. We have to do this last. // Clean up async handlers. We have to do this last.
asyncFilterManager.cleanupAll(); asyncFilterManager.cleanupAll();
} }