https://bugs.freedesktop.org/show_bug.cgi?id=61385

--- Comment #1 from Jonas Ã…dahl <[email protected]> ---
Even though the static analyzer cought this, it can never happen in practice.
This is because for a proxy object to reach reference count zero the owner must
destroy it using wl_proxy_destroy(). This has the side effect of adding the
WL_PROXY_FLAG_DESTROYED flag, which would hit the

if (proxy_destroyed) {
        wl_closure_destroy(closure);
        return;
}

statement. However, I can add some extra checks to make the static analyzer
more happy.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to