Skip to content
  • Dan Williams's avatar
    core: explicitly unexport objects when we're done with them · f9ee20a7
    Dan Williams authored and Thomas Haller's avatar Thomas Haller committed
    Previously most objects were implicitly unexported when they were
    destroyed, but since refcounts may make the object live longer than
    intended, we should explicitly unexport them when they should no
    longer be present on the bus.
    
    This means we can assume that objects will always be un-exported
    already when they are destroyed, *except* when quitting where most
    objects will live until exit because NM leaves interfaces up and
    running on quit.
    f9ee20a7