]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
tools: xenconsole: cleanup when clock_gettime fails.
authorIan Campbell <ian.campbell@citrix.com>
Wed, 3 Feb 2016 10:43:47 +0000 (10:43 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 3 Feb 2016 11:22:45 +0000 (11:22 +0000)
commit5e403ca3da791bf2a6001d1fc3d7def180c0e439
treeb19926d767ce4f31459a09520fa2a47d5d4d943a
parente260c1c90583c2fc3099dda6155ffa484d10ae6e
tools: xenconsole: cleanup when clock_gettime fails.

All other error paths in the infinite loop in handle_io use break, so
as to free resources.

CID: 1351226

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/console/daemon/io.c