[FFmpeg-cvslog] libavutil: Add missing av_free() to cast5 selftest

Giorgio Vazzana git at videolan.org
Sat Oct 18 17:10:59 CEST 2014


ffmpeg | branch: master | Giorgio Vazzana <mywing81 at gmail.com> | Sat Oct 18 16:50:59 2014 +0200| [b48c95b6c92ea8ae2bb5ce55a5cf190421addb28] | committer: Michael Niedermayer

libavutil: Add missing av_free() to cast5 selftest

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b48c95b6c92ea8ae2bb5ce55a5cf190421addb28
---

 libavutil/cast5.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavutil/cast5.c b/libavutil/cast5.c
index 63f8598..2309223 100644
--- a/libavutil/cast5.c
+++ b/libavutil/cast5.c
@@ -535,6 +535,7 @@ int main(int argc, char** argv)
             }
         }
     }
+    av_free(cs);
     return err;
 }
 #endif



More information about the ffmpeg-cvslog mailing list