Skip to content
  • Sebastian Krzyszkowiak's avatar
    PolkitAuthAgent: fix build with Polkit >= 0.114 · 5cf0b498
    Sebastian Krzyszkowiak authored
    Polkit 0.114 introduced bunch of predefined g_autoptr cleanups, which
    leads to compilation failure due to duplicate cleanup definition for
    PolkitSubject. Note that even the latest polkit doesn't have a cleanup
    for PolkitAgentListener defined, so it's left there unguarded.
    5cf0b498