Closed psomas closed 4 months ago
Daphne's getLine() calls libc's getline() with a NULL lineptr on each invocation. This results in getline() allocating a new buffer on each call, which, I think, never gets freed resulting in a memory leak.
Daphne's getLine() calls libc's getline() with a NULL lineptr on each invocation. This results in getline() allocating a new buffer on each call, which, I think, never gets freed resulting in a memory leak.