summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/ffmpeg/avcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/ffmpeg/avcodec.h')
-rw-r--r--src/pulsecore/ffmpeg/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/ffmpeg/avcodec.h b/src/pulsecore/ffmpeg/avcodec.h
index bf8b84ea..696fc986 100644
--- a/src/pulsecore/ffmpeg/avcodec.h
+++ b/src/pulsecore/ffmpeg/avcodec.h
@@ -43,7 +43,7 @@
static inline void av_freep(void *k) {
void **p = k;
-
+
if (p) {
free(*p);
*p = NULL;