Fix GError ownership when set from a Java callback #268

Merged
jwharm merged 1 commit from fix-gerror-ownership into main 2025-08-30 22:46:32 +02:00
jwharm commented 2025-08-30 22:46:24 +02:00 (Migrated from github.com)

This PR makes fixes some GError ownership issues.
Also, GError.literal() is used instead of new GError() so the message isn't interpreted as a printf-style formatted text.

This PR makes fixes some GError ownership issues. Also, `GError.literal()` is used instead of `new GError()` so the message isn't interpreted as a printf-style formatted text.
Sign in to join this conversation.
No description provided.