diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2026-02-21 23:36:25 +0100 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2026-02-21 23:36:25 +0100 |
| commit | 1a927eb75dee00d9aada43256d6780a53fce46dd (patch) | |
| tree | 3afe37e5e2923bdbc4663bb2a4cd242a728b9087 /src | |
| parent | 84dab7c4d6c34e8d2111d434aab489db84ed3fbf (diff) | |
| download | duplicate_finder-1a927eb75dee00d9aada43256d6780a53fce46dd.tar.gz duplicate_finder-1a927eb75dee00d9aada43256d6780a53fce46dd.tar.bz2 | |
file_processor: Fixed memleak.
Diffstat (limited to 'src')
| -rw-r--r-- | src/file_processor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file_processor.c b/src/file_processor.c index 41e03cd..da51e30 100644 --- a/src/file_processor.c +++ b/src/file_processor.c @@ -288,6 +288,7 @@ int process_file(struct df_fileinfo *info) { } convert_from_binary(md_val, md_len, info->hashes.sha512); + destroy_md_components(ctx_pkg); return 0; } |
