[x265] [PATCH] test bench : fix for test bench failure, caused by redundant malloc

nabajit at multicorewareinc.com nabajit at multicorewareinc.com
Mon Mar 3 06:59:11 CET 2014


# HG changeset patch
# User Nabajit Deka
# Date 1393826302 -19800
#      Mon Mar 03 11:28:22 2014 +0530
# Node ID 6662df480e39c83ab138d831f883d11fc5b052c5
# Parent  288a83d7e28999798859eba6b2f38c952cac7547
test bench : fix for test bench failure, caused by redundant malloc.

diff -r 288a83d7e289 -r 6662df480e39 source/test/mbdstharness.cpp
--- a/source/test/mbdstharness.cpp	Sun Mar 02 18:57:46 2014 -0600
+++ b/source/test/mbdstharness.cpp	Mon Mar 03 11:28:22 2014 +0530
@@ -64,7 +64,6 @@
     CHECKED_MALLOC(mbufdct, int16_t, mb_t_size);
     CHECKED_MALLOC(mbufidct, int, mb_t_size);
 
-    CHECKED_MALLOC(mbuf1, int16_t, mem_cmp_size);
     CHECKED_MALLOC(mbuf2, int16_t, mem_cmp_size);
     CHECKED_MALLOC(mbuf3, int16_t, mem_cmp_size);
     CHECKED_MALLOC(mbuf4, int16_t, mem_cmp_size);


More information about the x265-devel mailing list