Re: [Xen-devel] [PATCH 1/8] tools/xenalyze: Close symbol_file after reading it

2016-02-29 Thread Konrad Rzeszutek Wilk
On Fri, Feb 26, 2016 at 12:22:39PM +, Ian Jackson wrote: > George Dunlap writes ("[PATCH 1/8] tools/xenalyze: Close symbol_file after > reading it"): > > ...to avoid leaking the FD and associated memory. > > > > CID 1306872 > > > > Signed-off-by: George Dunlap > > Acked-by: Ian Jackson A

Re: [Xen-devel] [PATCH 1/8] tools/xenalyze: Close symbol_file after reading it

2016-02-26 Thread Ian Jackson
George Dunlap writes ("[PATCH 1/8] tools/xenalyze: Close symbol_file after reading it"): > ...to avoid leaking the FD and associated memory. > > CID 1306872 > > Signed-off-by: George Dunlap Acked-by: Ian Jackson > Not sure if this will actually make coverity happy, or if we need to > actuall

[Xen-devel] [PATCH 1/8] tools/xenalyze: Close symbol_file after reading it

2016-02-25 Thread George Dunlap
...to avoid leaking the FD and associated memory. CID 1306872 Signed-off-by: George Dunlap --- Not sure if this will actually make coverity happy, or if we need to actually set symbol_file to NULL. CC: Ian Jackson CC: Wei Liu --- tools/xentrace/xenalyze.c | 2 ++ 1 file changed, 2 insertions