]> xenbits.xensource.com Git - xen.git/commit
libxl_json: remove extra "break"
authorWei Liu <wei.liu2@citrix.com>
Wed, 9 Apr 2014 13:29:13 +0000 (14:29 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 9 Apr 2014 14:38:31 +0000 (15:38 +0100)
commit3eb54a2fdbc216b39dc2c0a86f11a32d4c838269
tree577cfda01881cc16554b01a0d91101915226a2b5
parent01f757fa3fe0a5e9202ba79eb983cfbeecd295e0
libxl_json: remove extra "break"

... otherwise JSON array elements are not freed and memory is leaked.

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