From eda1871f86759f0b73e9e076d9b203f0e5a4593b Mon Sep 17 00:00:00 2001 From: "Wang, Xiang W" Date: Mon, 21 Jan 2019 03:48:36 -0500 Subject: [PATCH] chimera: fix scratch space handling in shared scratch use case --- chimera/ch_scratch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/chimera/ch_scratch.c b/chimera/ch_scratch.c index af49c34d..e413efe8 100644 --- a/chimera/ch_scratch.c +++ b/chimera/ch_scratch.c @@ -216,7 +216,6 @@ ch_error_t HS_CDECL ch_alloc_scratch(const ch_database_t *hydb, } if (db->flags & CHIMERA_FLAG_NO_MULTIMATCH) { - (*scratch)->multi_scratch = NULL; return CH_SUCCESS; }