X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;h=f43fe91789d21d109c0adf407a0b7e951201ca39;hp=d4ff2a52267be7d2a00d2428bd7b42a068875a01;hb=3b565cdcacfd6cb8d969d11ca041508af1b593b6;hpb=36741bea2b53007c29ac0391ee9086722e00653a diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index d4ff2a52..f43fe917 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -550,7 +550,6 @@ error: void ctf_init_pos(struct ctf_stream_pos *pos, int fd, int open_flags) { - memset(pos, 0, sizeof(*pos)); pos->fd = fd; if (fd >= 0) { pos->packet_cycles_index = g_array_new(FALSE, TRUE,