From 1e9d1fcedf1a361bcdb384f15b5b14bdb526576d Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Sat, 30 Jun 2018 20:12:25 +0000 Subject: [PATCH] Fixed arch=compute_53,code=[sm_53,compute_53] for Jetson TX1 --- src/layer.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/layer.c b/src/layer.c index 582cbb3..3b47917 100644 --- a/src/layer.c +++ b/src/layer.c @@ -11,6 +11,7 @@ #endif return; } + if (l.mask) free(l.mask); if (l.cweights) free(l.cweights); if (l.indexes) free(l.indexes); if (l.input_layers) free(l.input_layers); -- Gitblit v1.10.0