Add structure align() attribute, fix empty string support in definition paths
[babeltrace.git] / formats / ctf / ctf.c
index f4432a89d167c0fe01e181232f246ad4cf5b73e0..bdebaeb306d8eba78b2c6187dd0c1dc93c93d78c 100644 (file)
@@ -693,8 +693,6 @@ int ctf_open_trace_read(struct ctf_trace *td, const char *path, int flags)
                goto error_dirfd;
        }
 
-       td->streams = g_ptr_array_new();
-
        /*
         * Keep the metadata file separate.
         */
This page took 0.023483 seconds and 4 git commands to generate.