From edc25ba52ff50a4c194e7ff74317347f9a05becb Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 15 Oct 2009 19:58:15 +0000 Subject: [PATCH] - Remove call to h.trackers() since it seems to cause crashes sometimes --- src/qtorrenthandle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtorrenthandle.cpp b/src/qtorrenthandle.cpp index 2221e2d71..2e4316a83 100644 --- a/src/qtorrenthandle.cpp +++ b/src/qtorrenthandle.cpp @@ -236,7 +236,7 @@ size_type QTorrentHandle::filesize_at(unsigned int index) const { std::vector const& QTorrentHandle::trackers() const { Q_ASSERT(h.is_valid()); - return h.trackers(); + return h.get_torrent_info().trackers(); } torrent_status::state_t QTorrentHandle::state() const {