mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
- Fixed possible crash when pausing a torrent
This commit is contained in:
parent
f61d9d23f5
commit
2694a0947f
2 changed files with 7 additions and 1 deletions
|
@ -319,7 +319,6 @@ void QTorrentHandle::pause() {
|
|||
Q_ASSERT(h.is_valid());
|
||||
h.auto_managed(false);
|
||||
h.pause();
|
||||
h.save_resume_data();
|
||||
}
|
||||
|
||||
void QTorrentHandle::resume() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue