vcl/unx/gtk3/gtkinst.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 154573770de9658de828ea3b666c0a0a64ed249b
Author: Julien Nabet <[email protected]>
AuthorDate: Sat Jan 13 17:43:03 2024 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Sat Jan 13 19:45:16 2024 +0100
Add missing g_list_free in GtkInstanceComboBox ctr
Change-Id: I1cb70afb229036209c635e52c9b22f619025f368
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162016
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 760c95b00543..e80098630919 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -20343,6 +20343,7 @@ public:
bFindButtonTextRenderer = false;
}
}
+ g_list_free(cells);
// Seeing as GtkCellRendererPixbuf no longer takes a surface, then
insert our own replacement
// to render that instead here