X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Fir%2Fstream.c;h=7136b26be0b3d9c491d1e688803488b00e02a005;hb=33c4e0f264c24e78020ccf6bfbcb541bd30cb848;hp=f2706169bd488a05264efcec5d2b336c62ef20e8;hpb=b71d729878967a4c0fb839fdea8d034cf90a1d1f;p=babeltrace.git diff --git a/formats/ctf/ir/stream.c b/formats/ctf/ir/stream.c index f2706169..7136b26b 100644 --- a/formats/ctf/ir/stream.c +++ b/formats/ctf/ir/stream.c @@ -919,7 +919,6 @@ void bt_ctf_stream_destroy(struct bt_object *obj) } bt_put(stream->packet_header); bt_put(stream->packet_context); - bt_put(stream->event_context); g_free(stream); }