commit d8014e003af56bd2244ea2273d9afa77120c203f
parent 647a0963c2054c8a68bb408176d53421aa1e2d41
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Mon, 5 Nov 2018 10:45:22 +0100
BugFix: needed data cleaning on computation canceling
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/senc_scene_analyze.c b/src/senc_scene_analyze.c
@@ -324,6 +324,7 @@ extract_connex_components
* component is to be processed by another thread (possibly the one
* associated with neighbour's medium). */
component_canceled = 1;
+ darray_side_id_clear(&stack);
goto canceled;
}
/* Mark neighbour as processed and stack it */