mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 06:42:19 -04:00
Ported trunk Commit 2882 (Thunder)
Memory leak: - getLocalInterfaces -> iptable = (MIB_IPADDRTABLE *) malloc(dwSize); - main -> RshareSettings *_settings = new RshareSettings(); ExtAddrFinder::~ExtAddrFinder - use free for pointer allocated with malloc Ported trunk commit 2810 (Thunder): RetroShare stopped responding during signing a key and asking for password. The QSingleShotTimer of ConfCertDialog wants to update the gui and stopped in PeerItem::updateItem. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2883 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d82e1ba63c
commit
ac693595c9
4 changed files with 56 additions and 49 deletions
|
@ -267,7 +267,7 @@ ExtAddrFinder::~ExtAddrFinder()
|
|||
|
||||
delete _found ;
|
||||
delete _searching ;
|
||||
delete _addr ;
|
||||
free (_addr) ;
|
||||
}
|
||||
|
||||
ExtAddrFinder::ExtAddrFinder()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue