fprintd/src
Bastien Nocera 31b985f547 device: Fix crash on exit
Fix a possible crash when an fprintd client disappears. If the client
requested for the device to be released, then, without waiting for the
reply of that release, disappeared from the bus, we would try to close
it a second time, accessing a function pointer that didn't exist
anymore.

See https://bugzilla.redhat.com/show_bug.cgi?id=1515720
2018-05-31 12:02:31 +02:00
..
device.c device: Fix crash on exit 2018-05-31 12:02:31 +02:00
device.xml Detect when a device is disconnected 2009-01-27 16:45:47 -03:00
file_storage.c main: Don't hardcode fingerprint storage directory 2017-01-05 12:50:06 +01:00
file_storage.h Rework the "SetUsername" functionality 2008-11-02 11:16:13 +00:00
fprintd-marshal.list Add a done argument to result signals 2008-11-21 18:15:51 +00:00
fprintd.h Fix return value for GetDefaultDevice 2008-12-04 13:23:50 +00:00
loop.c main: Split off events loop handling into a separate file 2018-05-25 16:06:54 +02:00
loop.h main: Split off events loop handling into a separate file 2018-05-25 16:06:54 +02:00
main.c main: Split off events loop handling into a separate file 2018-05-25 16:06:54 +02:00
Makefile.am build: Add a log domain for fprintd debug messages 2018-05-30 19:58:20 +02:00
manager.c manager: Fix sorting in GetDevices() output 2015-02-03 17:07:15 +01:00
manager.xml Fix return value for GetDefaultDevice 2008-12-04 13:23:50 +00:00
storage.h Rework the "SetUsername" functionality 2008-11-02 11:16:13 +00:00