On Mon, Jul 02, 2018 at 12:57:47PM +0200, Jakub Sitnicki wrote: > Also, error propagation forces us to to free up any resources that previously > went unreleased because we were terminating the process. This could be > avoided > with help of the compiler and the __attribute__((cleanup)) annotation. Has > this > been considered in the past?
OVS supports MSVC, which I don't think supports this annotation or an equivalent. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
