Fix media-key implementation 89/281689/2
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 21 Sep 2022 00:21:16 +0000 (00:21 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 21 Sep 2022 00:28:52 +0000 (00:28 +0000)
commit4e3c7e72dd86f3f1b2b779f22248f77d50000d03
tree377db77b165fa12c94939b9a87f57e58091438ca
parent1ce50f1f8ecd7822e7e7db0b8ce148618032a29f
Fix media-key implementation

This patch changes the implementation to the global instance from
the meyers singleton. If the application calls the media_key_release()
function when the singleton instance or the global instance is released,
it makes the invalid access issue.

Change-Id: I80303b8149a3db88b8598a5338866c7345aa9440
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/media_key.cc