Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't unref a null device #646

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Conversation

whot
Copy link
Member

@whot whot commented Mar 18, 2024

This path may be triggered if parent is NULL, calling g_object_unref on it will trigger a warning. This is unlikely to be triggered outside a custom test setup.

@whot whot force-pushed the wip/gobject-unref-warning branch from 21961a4 to 2d0abc4 Compare March 18, 2024 08:57
This path may be triggered if parent is NULL, calling g_object_unref on
it will trigger a warning. This is unlikely to be triggered outside a
custom test setup.
@whot whot force-pushed the wip/gobject-unref-warning branch from 2d0abc4 to 835acbd Compare March 26, 2024 08:42
@whot whot merged commit 374a7a4 into linuxwacom:master Mar 26, 2024
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant