[Bug 37950] Listview in uTorrent 3.4.2 (32-bit) unresponsive when removing torrent

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 17 06:45:55 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=37950

wine.fixes at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wine.fixes at gmail.com

--- Comment #1 from wine.fixes at gmail.com ---
I think that some of these issues have been partly fixed by patch 144692:
https://source.winehq.org/patches/data/144692

The numbers displayed in brackets in the left panel (indicating the total
number of torrents being downloaded, et cetera) should now automatically update
without having to manually click on them. This error was caused by the
comctl32/treeview code using realloc() instead of alloc(), meaning that the old
pointer was usually being returned (instead of a fresh new one) and thus the
pointer comparison incorrectly assumed that nothing had changed each time a new
torrent was added or removed, and hence the list did not update unless manually
refreshed.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list