Revision 17354407
libavutil/fifo.c | ||
---|---|---|
38 | 38 |
void av_fifo_free(AVFifoBuffer *f) |
39 | 39 |
{ |
40 | 40 |
if(f){ |
41 |
av_free(f->buffer);
|
|
41 |
av_freep(&f->buffer);
|
|
42 | 42 |
av_free(f); |
43 | 43 |
} |
44 | 44 |
} |
Also available in: Unified diff