Fix some warnings
[fanfix.git] / src / be / nikiroo / utils / serial / server / ConnectAction.java
index dfdb53ed017da95df65d80f5b8111fc5e0fdc153..97243d567a2ed9f39dfcaddbf8deeaee51bac575 100644 (file)
@@ -133,9 +133,11 @@ abstract class ConnectAction {
                                        }
                                } finally {
                                        out.close();
+                                       out = null;
                                }
                        } finally {
                                in.close();
+                               in = null;
                        }
                } catch (Exception e) {
                        onError(e);