kopia lustrzana https://gitlab.com/sane-project/backends
fix bug #314261
rodzic
5bbccfb7ba
commit
40b5d75aa3
|
@ -1,3 +1,6 @@
|
|||
2013-05-27 Stéphane Voltz <stef.dev@free.fr>
|
||||
* backend/genesys_gl646.c: #314261 fix
|
||||
|
||||
2013-05-11 Rolf Bensch <rolf at bensch hyphen online dot de>
|
||||
* README.linux: some distros need libusb-1_0-devel.
|
||||
|
||||
|
|
|
@ -5082,7 +5082,7 @@ simple_scan (Genesys_Device * dev, Genesys_Settings settings, SANE_Bool move,
|
|||
DBG (DBG_error,
|
||||
"simple_scan: failed to bulk write registers: %s\n",
|
||||
sane_strstatus (status));
|
||||
free (data);
|
||||
free (*data);
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue