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

fix: need goto out after g_set_error #531

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

KT-lcz
Copy link
Contributor

@KT-lcz KT-lcz commented Dec 3, 2024

fix: need goto out after g_set_error

goto out needs to be executed after g_set_error , otherwise the assertion will be triggered in g_assert (process != NULL);

goto out needs to be executed after g_set_error , otherwise the assertion will be triggered in g_assert (process != NULL);
@jrybar-rh jrybar-rh merged commit c1369cd into polkit-org:main Dec 3, 2024
30 checks passed
@jrybar-rh
Copy link
Member

Thanks, @KT-lcz.

@KT-lcz KT-lcz deleted the patch-1 branch December 3, 2024 12:42
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.

2 participants