GNOME Bugzilla – Bug 673884
[PATCH] Fix memory errors when limiting the servers to search for keys
Last modified: 2012-04-12 13:19:09 UTC
There is a few errors in the code that chooses which servers to search for keys from: - The keys in the hash table are freed before the hash table is finished with - The gsettings key for the server list is not freed if it is an empty list (not sure if can happen but should be handled). - The hash table is never freed
Created attachment 211805 [details] [review] Fix memory errors when limiting the servers to search for keys
Thanks! Merged into gnome-3-4 branch. Merge into master will come later.