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

launch-context: Return a copy of the token string #1335

Merged

Conversation

GeorgesStavracas
Copy link
Member

GAppLaunchContext.get_startup_notify_id() expects a string copy, not a const string. Call g_strdup() to copy the string.

GAppLaunchContext.get_startup_notify_id() expects a string copy, not
a const string. Call g_strdup() to copy the string.
@GeorgesStavracas GeorgesStavracas added this to the 1.20 milestone Apr 11, 2024
@swick
Copy link
Contributor

swick commented Apr 11, 2024

LGTM

@GeorgesStavracas GeorgesStavracas added this pull request to the merge queue Apr 11, 2024
Merged via the queue into flatpak:main with commit 50af7ed Apr 11, 2024
4 checks passed
@GeorgesStavracas GeorgesStavracas deleted the gbsneto/launch-context-strdup branch April 11, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Triaged
Development

Successfully merging this pull request may close these issues.

None yet

2 participants