Skip to content
  • Matthias Clasen's avatar
    timezone: Fix an uninitialized use · 09929782
    Matthias Clasen authored
    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.
    09929782