core: Add files to blob list on scan

Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
2026-04-30 21:12:13 -04:00
parent d991988fd8
commit 1d4bb8769a
5 changed files with 82 additions and 3 deletions
+5
View File
@@ -66,6 +66,11 @@ stream_destroy(struct data_stream *stmp)
return;
}
if (stmp->data == NULL) {
return;
}
free(stmp->data);
stmp->length = 0;
stmp->data = NULL;
}