vcl/unx/gtk3/gtkinst.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 5ac343044fc24ff1f680740d541fc57ed3a9c065
Author: Julien Nabet <[email protected]>
AuthorDate: Fri Jan 12 21:37:43 2024 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Sat Jan 13 12:43:10 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]>
diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 2bd6b384ce9c..760c95b00543 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -16964,6 +16964,8 @@ private:
atk_object_set_description(pChild,
OUStringToOString(sTooltipText,
RTL_TEXTENCODING_UTF8).getStr());
g_object_unref(pChild);
+ gtk_tree_path_free(pPath);
+
#endif
}