commit 242f0d535bea8f3cf4f4da2738aae5c18747b0c3
parent f286f91d76b152c4a2c75ac2f50f28660aa5d37d
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 30 Mar 2018 16:36:59 +0200
BugFix: code was executed after an error was discovered; should not
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/senc_scene_analyze.c b/src/senc_scene_analyze.c
@@ -463,7 +463,7 @@ extract_connex_components
* The first thread executes the single block */
darray_side_id_release(&stack);
#pragma omp single nowait
- {
+ if(res == RES_OK) {
struct s3d_device* s3d = NULL;
struct s3d_scene* s3d_scn = NULL;
struct s3d_shape* s3d_shp = NULL;