mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Fixed a bug where pruning the transcoder data cache could get stuck in
an infinite loop.
This commit is contained in:
parent
a42532136f
commit
133f69e93b
@ -96,6 +96,7 @@ void Transcoder::PruneTranscodeCache(Context& context) {
|
||||
if (remove(p, ec)) {
|
||||
--extra;
|
||||
}
|
||||
++it;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user