Fix: --clock-force-correlate to handle trace collections gathered from various nodes
[babeltrace.git] / converter / babeltrace.c
index f5541d2cd2bd3826e0a00aaa22d0cc196f76e93a..c9007c3d9c9f2f5c467c4e9435d4055dd474a06c 100644 (file)
@@ -549,6 +549,9 @@ int main(int argc, char **argv)
        }
 
        ctx = bt_context_create();
+       if (!ctx) {
+               goto error_td_read;
+       }
 
        ret = bt_context_add_traces_recursive(ctx, opt_input_path,
                        opt_input_format, NULL);
This page took 0.022331 seconds and 4 git commands to generate.