mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
plug leak: remove message store when complete.
This commit is contained in:
parent
d8e4cf0c55
commit
622bf21308
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ public class NBSService extends Service {
|
|||
store.add( index, msg );
|
||||
|
||||
if ( store.isComplete() ) {
|
||||
s_partialMsgs.remove( id );
|
||||
byte[] fullMsg = store.message();
|
||||
perPhone.remove( id );
|
||||
disAssemble( senderPhone, fullMsg );
|
||||
|
|
Loading…
Reference in a new issue