On Tue, Sep 12, 2017 at 04:48:15PM +0300, Oleksandr Grytsov wrote: > /* > diff --git a/tools/ocaml/libs/xl/xenlight_stubs.c > b/tools/ocaml/libs/xl/xenlight_stubs.c > index 55f09d7..badf9c9 100644 > --- a/tools/ocaml/libs/xl/xenlight_stubs.c > +++ b/tools/ocaml/libs/xl/xenlight_stubs.c > @@ -734,9 +734,8 @@ value stub_xl_device_nic_list(value ctx, value domid) > Field(list, 1) = temp; > temp = list; > Store_field(list, 0, Val_device_nic(&c_list[i])); > - libxl_device_nic_dispose(&c_list[i]); > } > - free(c_list); > + libxl_device_nic_list_free(c_list, nb)
This is missing a semicolon. No need to resend for this. Please make sure you build test all the components you changed next time. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel