<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Crash when streaming starts"
href="https://bugs.freedesktop.org/show_bug.cgi?id=95365#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Crash when streaming starts"
href="https://bugs.freedesktop.org/show_bug.cgi?id=95365">bug 95365</a>
from <span class="vcard"><a class="email" href="mailto:fziglio@redhat.com" title="Frediano Ziglio <fziglio@redhat.com>"> <span class="fn">Frediano Ziglio</span></a>
</span></b>
<pre>static void upgrade_item_free(UpgradeItem *item)
{
g_return_if_fail(item != NULL);
g_return_if_fail(item->base.refcount != 0);
drawable_unref(item->drawable);
free(item->rects);
free(item);
}
the refcount condition is inverted.</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>