libarmbox: stop player before free it

This commit is contained in:
Jacek Jendrzej
2019-12-29 11:48:50 +01:00
parent 603fba2500
commit f0f1a282bf

View File

@@ -779,6 +779,7 @@ cPlayback::~cPlayback()
{
hal_info("%s\n", __func__);
RequestAbort();
mutex.lock();
if (player)
{