From d12019cbc4cde2af7584a7c2e9ea1c62a2c23bad Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 17 Oct 2008 19:38:33 +0000 Subject: [PATCH] lt sync 2824 - fix segfault when passing None to torrent_info() --- libtorrent/bindings/python/src/torrent_info.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libtorrent/bindings/python/src/torrent_info.cpp b/libtorrent/bindings/python/src/torrent_info.cpp index 2a1892290..a3c95f313 100755 --- a/libtorrent/bindings/python/src/torrent_info.cpp +++ b/libtorrent/bindings/python/src/torrent_info.cpp @@ -77,7 +77,6 @@ void bind_torrent_info() .def(init()) .def(init()) .def(init()) - .def(init()) .def("add_tracker", &torrent_info::add_tracker, (arg("url"), arg("tier")=0)) .def("add_url_seed", &torrent_info::add_url_seed)