|
@@ -182,6 +182,7 @@ void Pool::stop()
|
|
for (const auto &i : playing)
|
|
for (const auto &i : playing)
|
|
{
|
|
{
|
|
i.first->stopAtomic();
|
|
i.first->stopAtomic();
|
|
|
|
+ i.first->rewindAtomic();
|
|
i.first->release();
|
|
i.first->release();
|
|
available.push(i.second);
|
|
available.push(i.second);
|
|
}
|
|
}
|