fix: tr_torrentStat() acquires a session thread lock (#4571)

This commit is contained in:
Charles Kerr 2023-01-10 09:05:31 -06:00 committed by GitHub
parent e4625cec0b
commit e4b480ecd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1522,6 +1522,7 @@ tr_stat const* tr_torrentStat(tr_torrent* tor)
using namespace stat_helpers;
TR_ASSERT(tr_isTorrent(tor));
auto const lock = tor->unique_lock();
auto const now = tr_time_msec();
auto const now_sec = tr_time();