Skip to content
  • Stephen Morris's avatar
    [2414] Get rid of memory leak · fed03600
    Stephen Morris authored
    The allocation engine is now pointed to by a shared pointer.  Previously
    it was pointed toi by a raw pointer and not deleted in the destructor.
    Also, use an automatic variable to hold the DHCP6 server in the
    unit tests.
    fed03600