merge-requests/1/head
Stphane Voltz 2013-05-27 10:41:32 +02:00
rodzic 5bbccfb7ba
commit 40b5d75aa3
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -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;
}