Skip to content

Commit

Permalink
fix: Closes the MultiplexingDatagramSocket held by a Component.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Apr 10, 2017
1 parent 3784d56 commit 5085b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/ice4j/ice/Component.java
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ protected void free()
getParentStream().removePairStateChangeListener(this);
keepAlivePairs.clear();
getComponentSocket().close();
socket.close();
}

/**
Expand Down

0 comments on commit 5085b04

Please sign in to comment.