Revision 1e96d4c7 libavdevice/alsa-audio-common.c
libavdevice/alsa-audio-common.c | ||
---|---|---|
234 | 234 |
{ |
235 | 235 |
AlsaData *s = s1->priv_data; |
236 | 236 |
|
237 |
av_freep(s->reorder_buf); |
|
237 |
av_freep(&s->reorder_buf);
|
|
238 | 238 |
snd_pcm_close(s->h); |
239 | 239 |
return 0; |
240 | 240 |
} |
Also available in: Unified diff