<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GStreamer] clean-up various leaks"
   href="https://bugs.webkit.org/show_bug.cgi?id=154285#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GStreamer] clean-up various leaks"
   href="https://bugs.webkit.org/show_bug.cgi?id=154285">bug 154285</a>
              from <span class="vcard"><a class="email" href="mailto:pnormand&#64;igalia.com" title="Philippe Normand &lt;pnormand&#64;igalia.com&gt;"> <span class="fn">Philippe Normand</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=154285#c2">comment #2</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=271425&amp;action=diff" name="attach_271425" title="patch">attachment 271425</a> <a href="attachment.cgi?id=271425&amp;action=edit" title="patch">[details]</a></span>
&gt; patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=271425&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=271425&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp:196
&gt; &gt; +    priv-&gt;task = adoptGRef(gst_task_new(reinterpret_cast&lt;GstTaskFunction&gt;(webKitWebAudioSrcLoop), src, 0));
&gt; 
&gt; GstTask is GInitiallyUnowned, so this returns a floating reference that we
&gt; should consume here, so adoptGRef is not correct. Aren't you hitting the
&gt; assert in GRefPtr&lt;GstTask&gt; adoptGRef(GstTask* ptr) ?</span >

Heh. No :)
But I'll double-check.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>