On Tue Jul 5 15:08:29 2022 +0000, Claire wrote:
I am actually not sure `stream->local_buffer` is allocated by this point. I think it only gets initialized on line 1153, so going to `exit` would be incorrect. But if that's the case, the existing goto on line 1119 is incorrect too.
`stream` is `calloc()`ed and `free(NULL)` is fine.