Commit 99b1722
committed
gio: Work around GLib memory leak in g_dbus_connection_register_object_with_closures()
Assume that the invocation is passed as `transfer full` into the
closure.
This workaround is not going to break with future versions of
GLib as fixing the bug was considered a breaking API change.
See https://gitlab.gnome.org/GNOME/glib/-/merge_requests/44271 parent a806de5 commit 99b1722
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
222 | 234 | | |
223 | 235 | | |
224 | 236 | | |
| |||
0 commit comments