I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d3181e53 authored by zzz's avatar zzz
Browse files

prevent race NPE

parent 4139b36e
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,6 @@ public class I2CPMessageReader { ...@@ -143,7 +143,6 @@ public class I2CPMessageReader {
_log.error("Error closing the stream", ioe); _log.error("Error closing the stream", ioe);
} }
} }
_stream = null;
} }
public void run() { public void run() {
...@@ -186,7 +185,7 @@ public class I2CPMessageReader { ...@@ -186,7 +185,7 @@ public class I2CPMessageReader {
} }
} }
} }
// boom bye bye bad bwoy _stream = null;
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment