[MPlayer-cvslog] r31988 - trunk/stream/stream_bd.c

reimar subversion at mplayerhq.hu
Sat Aug 21 11:19:12 CEST 2010


Author: reimar
Date: Sat Aug 21 11:19:12 2010
New Revision: 31988

Log:
Fix a memleak.

Modified:
   trunk/stream/stream_bd.c

Modified: trunk/stream/stream_bd.c
==============================================================================
--- trunk/stream/stream_bd.c	Sat Aug 21 11:18:29 2010	(r31987)
+++ trunk/stream/stream_bd.c	Sat Aug 21 11:19:12 2010	(r31988)
@@ -233,6 +233,7 @@ static int bd_get_uks(struct bd_priv *bd
                "No Volume Unique Key (VUK) found for this Disc: ");
         for (j = 0; j < 20; j++) mp_msg(MSGT_OPEN, MSGL_ERR, "%02x", discid[j]);
         mp_msg(MSGT_OPEN, MSGL_ERR, "\n");
+        av_free(buf);
         return 0;
     }
 


More information about the MPlayer-cvslog mailing list