Skip to content
  • Michal 'vorner' Vaner's avatar
    [2209] Don't release the zone table twice · 84df8fb3
    Michal 'vorner' Vaner authored
    Removing the release from the test, since the segment now destroys it
    itself. We can't check all memory is deallocated at that moment in the
    test (since we can't do it before the destroy -- it is not deallocated
    fully yet, and can't do it after also, since the memory segment doesn't
    exist). But that doesn't matter, since the segment checks by assert.
    84df8fb3