[Libusbx-devel] Reverting atexit call of libusb_exit from libusb-compat ?

2013-09-04 Thread Hans de Goede
Hi, As discussed in much detail here: https://bugzilla.redhat.com/show_bug.cgi?id=1003193 Calling libusb_exit from atexit from libusb-compat-0.1.5 causes some apps to break. The app in question is the scanimage app from sane-backends, which uses atexit for cleanup itself. So what happens is the

Re: [Libusbx-devel] Reverting atexit call of libusb_exit from libusb-compat ?

2013-09-04 Thread Xiaofan Chen
On Thu, Sep 5, 2013 at 3:26 AM, Hans de Goede wrote: > Hi, > > As discussed in much detail here: > https://bugzilla.redhat.com/show_bug.cgi?id=1003193 > > Calling libusb_exit from atexit from libusb-compat-0.1.5 causes > some apps to break. > > The app in question is the scanimage app from sane-ba