mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
initialize dl handles where it needs to
this trivial patch initializes dl handle in timer.c and timer_query.c where it needs to. Signed-off-by: Benoit Fouet <benoit.fouet@purplelabs.com>
This commit is contained in:
parent
4a1cefd24d
commit
31910617f2
2 changed files with 2 additions and 2 deletions
|
|
@ -92,7 +92,7 @@ static int snd_timer_open_conf(snd_timer_t **timer,
|
|||
#ifndef PIC
|
||||
extern void *snd_timer_open_symbols(void);
|
||||
#endif
|
||||
void *h;
|
||||
void *h = NULL;
|
||||
if (snd_config_get_type(timer_conf) != SND_CONFIG_TYPE_COMPOUND) {
|
||||
if (name)
|
||||
SNDERR("Invalid type for TIMER %s definition", name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue