Fix possible crash when deleting a torrent just after pausing it

This commit is contained in:
Christophe Dumez
2010-03-23 21:42:33 +00:00
parent c5d92f3d69
commit 77c29f48cb
2 changed files with 6 additions and 1 deletions

View File

@@ -2002,7 +2002,9 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
}
#endif
else if (torrent_paused_alert* p = dynamic_cast<torrent_paused_alert*>(a.get())) {
p->handle.save_resume_data();
if(p->handle.is_valid()) {
p->handle.save_resume_data();
}
}
else if (tracker_error_alert* p = dynamic_cast<tracker_error_alert*>(a.get())) {
// Level: fatal