[Bug 95365] Crash when streaming starts
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu May 12 21:32:20 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=95365
--- Comment #2 from Frediano Ziglio <fziglio at redhat.com> ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/spice-bugs/attachments/20160512/26781e0d/attachment.html>
More information about the spice-bugs
mailing list