Skip to content

timezone: Fix an uninitialized use

Matthias Clasen requested to merge fix-uninitialized-use into master

GTK ci rightly complains about this when ti builds GLib as a subproject with -Werror=maybe-uninitialized.

subkey_dynamic_w will be freed without being initialized when the first goto is taken.

Merge request reports