libarmbox: stop player before free it

Origin commit data
------------------
Branch: master
Commit: 8135ab5faf
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-12-29 (Sun, 29 Dec 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2019-12-29 22:45:16 +01:00
committed by vanhofen
parent 60a2d552fa
commit eb94df8c74

View File

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