X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;h=bdebaeb306d8eba78b2c6187dd0c1dc93c93d78c;hb=b7e35badc2eac52e27b802a9078bfb7c8f3b04a7;hp=f4432a89d167c0fe01e181232f246ad4cf5b73e0;hpb=71444c467e00f96d6b0efaa0eeaaefc4bde615de;p=babeltrace.git diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index f4432a89..bdebaeb3 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -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. */