commit e92082799fbe8f89b0ed0be82d520dcf41c4657d
parent b71441dd1fe8b0ff8d97bca0c442ac142a769a8a
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Mon, 5 Nov 2018 13:26:01 +0100
BugFix: needed data cleaning on computation canceling
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/senc2d_scene_analyze.c b/src/senc2d_scene_analyze.c
@@ -320,6 +320,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 */