mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
fixed mistake in pointer handling
This commit is contained in:
parent
cf2edb50b4
commit
c87de3eb77
1 changed files with 1 additions and 0 deletions
|
@ -1193,6 +1193,7 @@ void p3FileDatabase::tickRecv()
|
|||
{
|
||||
RsFileListsSyncResponseItem *sitem = dynamic_cast<RsFileListsSyncResponseItem*>(item);
|
||||
handleDirSyncResponse(sitem) ;
|
||||
item = sitem ;
|
||||
}
|
||||
break ;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue