Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui/dbus: fix leak on message filtering
A filter function that wants to drop a message should return NULL, in which case it must also unref the message itself. Fixes: fa88b85 ("ui/dbus: filter out pending messages when scanout") Signed-off-by: Marc-André Lureau <[email protected]> Reviewed-by: Akihiko Odaki <[email protected]> Message-ID: <[email protected]> (cherry picked from commit 244d52f) Signed-off-by: Michael Tokarev <[email protected]>
- Loading branch information