src.ctf.lttng-live: make lttng_live_stream_iterator::current_msg a bt2::Message:...
[babeltrace.git] / src / plugins / ctf / lttng-live / data-stream.cpp
index 4cfc7e0e4f3f91a5226f3b2efc36d0798c7c82dd..cf9771ae30c75fd8932d56766af81b144942336b 100644 (file)
@@ -232,8 +232,6 @@ void lttng_live_stream_iterator_destroy(struct lttng_live_stream_iterator *strea
         return;
     }
 
-    bt_message_put_ref(stream_iter->current_msg);
-
     /* Track the number of active stream iterator. */
     stream_iter->trace->session->lttng_live_msg_iter->active_stream_iter--;
 
This page took 0.022865 seconds and 4 git commands to generate.