<div dir="ltr"><pre class="gmail-bz_comment_text" id="gmail-comment_text_0"><b>libvirt_stream_event_add_callback</b> creates <b>passthrough</b> variable using <b>rb_ary_new2</b> and pass it to <b>virStreamEventAddCallback</b> at <i>ext/libvirt/stream.c:272</i>.
After that ruby garbage collector removes this variable (I think because there is no references for <b>passthrough</b> in ruby code).<br><br><a href="https://bugzilla.redhat.com/show_bug.cgi?id=1787914#">https://bugzilla.redhat.com/show_bug.cgi?id=1787914#</a></pre></div>