Compositor: Fix memory leak when exporting operations on debug

This commit is contained in:
Manuel Castilla 2021-07-26 19:10:16 +02:00
parent a117794f8c
commit 883fb49d4f
1 changed files with 1 additions and 0 deletions

View File

@ -492,6 +492,7 @@ void DebugInfo::delete_operation_exports()
BLI_delete(file->path, false, false);
}
}
BLI_filelist_free(file_list, num_files);
}
}