Skip to content
  • Chrysostomos Nanakos's avatar
    xseg: Free xseg context allocated memory · d55f9c91
    Chrysostomos Nanakos authored
    The caller never uses the same allocated memory
    for the xseg context again. Instead calls xseg_join()
    to rejoin the segment. This introduces a memory leak every time
    the caller leaves and rejoins the shared memory segment on the
    same process address space.
    d55f9c91