Skip to content
  • Christian Hergert's avatar
    xml-pack: remove use of weak pointers · bbb17707
    Christian Hergert authored
    We really don't want to be in the game of adding/removing weak pointers
    when we can't reliably clear them (due to some design issues in GObject)
    when second-degree (or more) objects are used.
    
    So instead try to avoid using them altogether.
    
    This might be related to #531
    bbb17707