GNOME Bugzilla – Bug 778804
Plug some memory leaks
Last modified: 2021-06-14 14:49:07 UTC
valgrind complained that the g_list_copy_deep call here leaks memory. In fact, the set_property implementation already takes care of copying the list and reffing the objects, so don't do it here.
Created attachment 346037 [details] [review] Plus some memory leaks
Review of attachment 346037 [details] [review]: Thanks Mathias
Patch is still awaiting merge. Would someone please do so? TIA.
Ting-Wei Lan, Carlos: Ping - could someone review / merge this two-line patch? TIA
Comment on attachment 346037 [details] [review] Plus some memory leaks commit a6de6e3dfdc67d7302bffc4c1366ce0d7d507dd2