Skip to content
  • Cédric Roux's avatar
    bugfix: do not allocate memory · 9a5d17d9
    Cédric Roux authored
    Memory was allocated which was "lost" because the
    address of the block was put in a pointer that is
    overwritten just after.
    
    Discussing with Elena, the current commit is the correct
    way to do things.
    9a5d17d9