stream: stream_stop -> stream_free

This commit is contained in:
2026-02-09 08:34:48 +00:00
committed by oreodave
parent f164427b47
commit 5c7fb0fabd
3 changed files with 11 additions and 11 deletions

View File

@@ -107,7 +107,7 @@ void stream_reset(stream_t *stream)
stream->position = 0;
}
void stream_stop(stream_t *stream)
void stream_free(stream_t *stream)
{
if (!stream)
return;