Re: update to libpciaccess 0.17

2022-11-07 Thread Matthieu Herrb
On Mon, Nov 07, 2022 at 02:32:44PM +0100, Theo Buehler wrote: > On Mon, Nov 07, 2022 at 12:41:14PM +, Matthieu Herrb wrote: > > [...] > > > Fix a small leak in pci_system_openbsd_destroy() while there. > > Similar leaks exist in pci_system_openbsd_create() which I think should > call

Re: update to libpciaccess 0.17

2022-11-07 Thread Theo Buehler
On Mon, Nov 07, 2022 at 12:41:14PM +, Matthieu Herrb wrote: [...] > Fix a small leak in pci_system_openbsd_destroy() while there. Similar leaks exist in pci_system_openbsd_create() which I think should call pci_system_openbsd_destroy() in both early returns instead of duplicating it in the

update to libpciaccess 0.17

2022-11-07 Thread Matthieu Herrb
Hi again, the patch below updates libpciaccess to version 0.17. Most of the changes are for other operating systems. There is a minor library version bump because a new function pci_device_disable() has been added (not implemented for OpenBSD). Fix a small leak in pci_system_openbsd_destroy()