mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-20 22:20:56 +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)) {
|
if (remove(p, ec)) {
|
||||||
--extra;
|
--extra;
|
||||||
}
|
}
|
||||||
|
++it;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user