Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes: NB#258951 - msyncd crash when cancel the sync from transfer-ui
  • Loading branch information
Deepak Kodihalli committed May 25, 2011
1 parent 4864a8d commit 83a7c4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
libmeegosyncml (0.4.16) stable; urgency=low

* Fixes: NB#258951 - msyncd crash when cancel the sync from transfer-ui

-- Deepak Kodihalli <deepak.kodihalli@nokia.com> Wed, 25 May 2011 11:09:12 +0530

libmeegosyncml (0.4.15) stable; urgency=low

* Fixes: NB#254284 - <coverity> defects from libmeegosyncml/0.4.14_0m6 .
Expand Down
2 changes: 0 additions & 2 deletions src/SyncAgent.cpp
Expand Up @@ -489,8 +489,6 @@ void SyncAgent::listenEvent()

iListener->stop();

cleanListen();

if( data.iType == RequestListener::REQUEST_CLIENT )
{
LOG_DEBUG( "SyncAgent: Remote client requesting session with server");
Expand Down

0 comments on commit 83a7c4f

Please sign in to comment.