shithub: libdvdcss

Download patch

ref: 3c3553f2c613f207530c6e0a97854e5824e1b292
parent: e97d03d78d77c8abeffd7c78e598c135e2b80efc
author: Thélesphonse Bigorneault <bigorneault@gmail.com>
date: Wed Mar 23 10:59:36 EDT 2011

Fix a small memleak





--- a/src/css.c
+++ b/src/css.c
@@ -1199,6 +1199,7 @@
     memset( BigTable, 0 , 16777216 * sizeof(int) );
     if( BigTable == NULL )
     {
+        free( K1table );
         return -1;
     }