chimera: fix scratch space handling in shared scratch use case

This commit is contained in:
Wang, Xiang W 2019-01-21 03:48:36 -05:00 committed by Chang, Harry
parent 229f3d5080
commit eda1871f86

View File

@ -216,7 +216,6 @@ ch_error_t HS_CDECL ch_alloc_scratch(const ch_database_t *hydb,
} }
if (db->flags & CHIMERA_FLAG_NO_MULTIMATCH) { if (db->flags & CHIMERA_FLAG_NO_MULTIMATCH) {
(*scratch)->multi_scratch = NULL;
return CH_SUCCESS; return CH_SUCCESS;
} }