vcl/unx/gtk3/gtkinst.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 491465696ae47e1f30c315e5e1845b8d978dfb0d
Author: Julien Nabet <[email protected]>
AuthorDate: Fri Jan 12 21:37:43 2024 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Sat Jan 13 19:41:33 2024 +0100
Add missing gtk_tree_path_free (vcl/gtkinst)
Change-Id: If178d41cd65cce3d07357fadb532059cc4d1c1a9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161983
Reviewed-by: Julien Nabet <[email protected]>
Tested-by: Jenkins
Tested-by: Caolán McNamara <[email protected]>
Reviewed-by: Caolán McNamara <[email protected]>
(cherry picked from commit 90cac17d5299e0d7e1b73f4bc34fc089fd8cdd3f)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161997
diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index c76d6291cedf..df54b50368f6 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -16963,6 +16963,8 @@ private:
atk_object_set_description(pChild,
OUStringToOString(sTooltipText,
RTL_TEXTENCODING_UTF8).getStr());
g_object_unref(pChild);
+ gtk_tree_path_free(pPath);
+
#endif
}