mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libspark/audio_mixer: don't try to free() stack-allocated snd_mixer_selem_id
Origin commit data
------------------
Branch: master
Commit: 86e70db211
Author: martii <m4rtii@gmx.de>
Date: 2013-08-14 (Wed, 14 Aug 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -27,7 +27,6 @@ class mixerVolume
|
||||
long min, max;
|
||||
snd_mixer_t *handle;
|
||||
snd_mixer_elem_t* elem;
|
||||
snd_mixer_selem_id_t *sid;
|
||||
public:
|
||||
mixerVolume(const char *selem_name, const char *Card, long volume = -1);
|
||||
~mixerVolume(void);
|
||||
|
Reference in New Issue
Block a user