mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-23 04:22:05 +01:00
Cleanup resources on shutdown
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3408 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
b3364fcce7
commit
9d2eafdc49
1 changed files with 3 additions and 0 deletions
|
@ -203,6 +203,9 @@ public class FileTransferNegotiator {
|
||||||
|
|
||||||
private void cleanup(final XMPPConnection connection) {
|
private void cleanup(final XMPPConnection connection) {
|
||||||
transferObject.remove(connection);
|
transferObject.remove(connection);
|
||||||
|
|
||||||
|
byteStreamTransferManager.cleanup();
|
||||||
|
inbandTransferManager.cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue