mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
parent
7f1e12f220
commit
2ff4041074
1 changed files with 4 additions and 1 deletions
|
@ -94,7 +94,10 @@ bool favicon_web_done_idle_cb(std::unique_ptr<favicon_data> fav)
|
|||
}
|
||||
|
||||
// Not released into the next web request, means we're done trying (even if `pixbuf` is still invalid)
|
||||
if (fav != nullptr)
|
||||
{
|
||||
fav->func(pixbuf);
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue