Skip to content
  • anthraxx's avatar
    fixing memleak of input char* · 320c0928
    anthraxx authored
    - adding missing free() calls
    - dont malloc ourselves as getline() also does a malloc
      (and anyway called realloc before if the size_t was
       smaller then the actual len(input-line) to behaviour
       is the same!)
    320c0928