* Fixed various valgrind warnings.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1189 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2010-11-10 11:40:28 +00:00
parent 649248c909
commit 7e554e8b1b
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ p_call_target(const torrent::Object::list_type& args) {
// New download commands and macros:
//
torrent::Object
torrent::Object&
download_get_variable(core::Download* download, const char* first_key, const char* second_key = NULL) {
if (second_key == NULL)
return download->bencode()->get_key(first_key);