Skip to content
  • Stephen Morris's avatar
    [trac641] First part of tackling memory leaks · ddb07c03
    Stephen Morris authored
    In the NSAS, store a pointer to the resolver as a "raw" pointer,
    not a shared pointer.  The NSAS is part of the resolver, although
    it can call back into the resolver.  If both store a shared pointer
    to each other we can have the case where the reference counts can
    never drop to zero.
    ddb07c03