From 899765845196007c695a2f858dbe3a41b8db4a2b Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Sun, 7 Mar 2021 19:14:19 -0500 Subject: SD-VBS: Fix memory leaks and tweak allocation bounds - Fix leaks in localization, multi_ncut, svm, and texture_synthesis - Lower preallocation for sift and texture_synthesis to match memory profile with QCIF - Remove trailing whitespace in script_localization.c --- SD-VBS/benchmarks/sift/src/c/script_sift.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SD-VBS/benchmarks/sift') diff --git a/SD-VBS/benchmarks/sift/src/c/script_sift.c b/SD-VBS/benchmarks/sift/src/c/script_sift.c index ab39ae3..40b16d4 100644 --- a/SD-VBS/benchmarks/sift/src/c/script_sift.c +++ b/SD-VBS/benchmarks/sift/src/c/script_sift.c @@ -7,7 +7,7 @@ Author: Sravanthi Kota Venkata #include "sift.h" #include #include "extra.h" -#define SIFT_MEM 1<<29 +#define SIFT_MEM 1<<24 void normalizeImage(F2D* image) { int i; -- cgit v1.2.2