GNOME Bugzilla – Bug 784356
keyboard: Fix a memory leak
Last modified: 2017-07-05 12:18:35 UTC
Drive-by fix while working on the panel.
Created attachment 354700 [details] [review] keyboard: Fix a memory leak While the actual strings returned by g_variant_get_strv() are owned by the variant, we still need to free the container ...
Review of attachment 354700 [details] [review]: A leak that was hunting this code for years now. Thanks!
Attachment 354700 [details] pushed as 870fb46 - keyboard: Fix a memory leak
Created attachment 354738 [details] [review] keyboard: Fix another memory leak The memory leak fixed in commit 870fb462019 is still present in a copy-pasted version of the function, apply the same fix there as well ...
Review of attachment 354738 [details] [review]: ++
Attachment 354738 [details] pushed as eed7431 - keyboard: Fix another memory leak