mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 01:55:19 -04:00
![]() - memory leak -> "RsItem* item" was not freed, when "dynamic_cast<RsStatusItem*>" failed - optimized return of std::list as parameter and not as return. return will copy the list and its not necessary p3StatusService::getStatus - memory leak -> items in "std::list<RsStatusItem* > status_items" was not freed - potential crash, when receiving a status for an unknown peer p3Peers::getPeerDetails - optimized - call to "AuthSSL::getAuthSSL()->OwnId()" only once - optimized - add ip addresses directly to "d.ipAddressList" PeersDialog::insertPeers - fixed possible crash, when ssl child has disappeared and was removed from tree, there was a missing continue git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3125 b45a01b8-16f6-495d-af2f-9b41ad6348cc |
||
---|---|---|
.. | ||
Makefile | ||
p3discovery.cc | ||
p3discovery.h | ||
p3face-config.cc | ||
p3face-msgs.cc | ||
p3face-server.cc | ||
p3face.h | ||
p3msgs.cc | ||
p3msgs.h | ||
p3peers.cc | ||
p3peers.h | ||
p3photo.cc | ||
p3photo.h | ||
p3rank.cc | ||
p3rank.h | ||
p3status.cc | ||
p3status.h | ||
rsiface.cc | ||
rsinit.cc | ||
rstypes.cc | ||
testRsChanId.cc |