Update README and add feature tests for rsync-compatible flags

This commit is contained in:
2026-07-16 13:31:43 +02:00
parent 284bf8f8bc
commit 2ff51246c3
5 changed files with 249 additions and 66 deletions
-2
View File
@@ -38,8 +38,6 @@ PipelineContextSender *pipeline_context_sender_create(Config *config,
void pipeline_context_sender_destroy(PipelineContextSender *context) {
if (context->manifest) {
for (int i = 0; i < context->manifest->size; i++)
free(context->manifest->items[i]);
array_list_delete(context->manifest);
}
config_delete(context->config);