avdevice/pulse_audio_dec: clear pa_simple pointer after deallocation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b52c26c66f
commit
33f6ba9c4e
@ -144,6 +144,7 @@ static av_cold int pulse_close(AVFormatContext *s)
|
|||||||
{
|
{
|
||||||
PulseData *pd = s->priv_data;
|
PulseData *pd = s->priv_data;
|
||||||
pa_simple_free(pd->s);
|
pa_simple_free(pd->s);
|
||||||
|
pd->s = NULL;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user