RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Go to file
csoler 8de9d39cc0 Suppressed 4 memory leaks:
- authssl would call OPENSSL_malloc without OPENSSL_free
- pqistore was not deleting items in pqiSSLStore when BIN_FLAGS_NO_DELETE is not here
- rsdir/rsinit were calling opendir withoug closedir (which might eat FDs, in addition)
- udplayer was not freeing it's 16KB buffer at end of loop.


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3948 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-01 20:37:10 +00:00
build_scripts updated ubuntu packaging for bdboot.txt file 2010-10-29 13:37:34 +00:00
libbitdht/src Suppressed 4 memory leaks: 2011-01-01 20:37:10 +00:00
libretroshare/src Suppressed 4 memory leaks: 2011-01-01 20:37:10 +00:00
plugins Removed Mac directory junk. 2010-04-01 20:14:38 +00:00
retroshare-gui/src Disabled the context menu actions "Subscribe to Forum" and "Unsubscribe to Forum" in forums tree, when no forum is selected. 2010-12-31 22:32:08 +00:00
retroshare-nogui/src Added new return codes to RsInit::InitRetroShare to know, what failed. 2010-11-03 22:54:34 +00:00