| commit | 436f823c7c5497f2b22762cec5849a0ff84c220b | [log] |
|---|---|---|
| author | Caolán McNamara <caolan.mcnamara@collabora.com> | Wed May 15 08:55:06 2024 +0100 |
| committer | Caolán McNamara <caolan.mcnamara@collabora.com> | Wed May 15 12:22:43 2024 +0200 |
| tree | 0c8ec5d7a321ed8642cc7d84d2d84156ac9d98f8 | |
| parent | 56f7ebbc0988a64cdc9ea41dcca37c4290497c2b [diff] |
tdf#161073 handle is supposed to be freed automatically on failure and is since: https://gitlab.gnome.org/GNOME/glib/-/commit/747e3af9987b37847d7d5acbf882d1ee4a6bd91b Change-Id: Ibb648ccf69ff892fc1e2a3c3dc4da1fffd577c92 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167657 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins
diff --git a/vcl/unx/gtk3/hudawareness.cxx b/vcl/unx/gtk3/hudawareness.cxx index ebcbaf7..749e3d5 100644 --- a/vcl/unx/gtk3/hudawareness.cxx +++ b/vcl/unx/gtk3/hudawareness.cxx
@@ -88,7 +88,7 @@ hud_awareness_register (GDBusConnection *connection, if (object_id == 0) { g_free (handle); // note: tdf#161073 handle is expected to be freed by g_dbus_connection_register_object on failure return 0; }