Re: [PATCH v2 1/2] cxl-cdat:Fix open file not closed in ct3_load_cdat

2023-04-12 Thread Philippe Mathieu-Daudé
On 12/4/23 09:16, Hao Zeng wrote: opened file processor not closed,May cause file processor leaks Fixes:aba578bdace5303a441f8a37aad781b5cb06f38c Fixes: aba578bdac ("hw/cxl: CDAT Data Object Exchange implementation") Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Zeng Hao Suggested-by: X

[PATCH v2 1/2] cxl-cdat:Fix open file not closed in ct3_load_cdat

2023-04-12 Thread Hao Zeng
opened file processor not closed,May cause file processor leaks Fixes:aba578bdace5303a441f8a37aad781b5cb06f38c Signed-off-by: Zeng Hao Suggested-by: Xie Ming --- hw/cxl/cxl-cdat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/cxl/cxl-cdat.c b/hw/cxl/cxl-cdat.c index 137abd0992..ba7ed1a