cmMidiAlsa.c : cmMpFinalize() now checks for a NULL handle before call snd_seq_stop_queue().
This commit is contained in:
parent
921891bbf1
commit
7d0888f97d
@ -561,6 +561,7 @@ cmMpRC_t cmMpFinalize()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// stop the queue
|
// stop the queue
|
||||||
|
if( p->h != NULL )
|
||||||
if((arc = snd_seq_stop_queue(p->h,p->alsa_queue, NULL)) < 0 )
|
if((arc = snd_seq_stop_queue(p->h,p->alsa_queue, NULL)) < 0 )
|
||||||
{
|
{
|
||||||
rc = _cmMpErrMsg(&p->err,kSysErrMpRC,arc,"ALSA queue stop failed.");
|
rc = _cmMpErrMsg(&p->err,kSysErrMpRC,arc,"ALSA queue stop failed.");
|
||||||
|
Loading…
Reference in New Issue
Block a user