2003-07-29 Matthew Duggan <stauff1@users.sourceforge.net>

* backend/canon_pp.c: Reset globals in sane_exit.
merge-requests/1/head
Matthew Duggan 2003-07-29 03:13:56 +00:00
rodzic 6689536ce5
commit 27f0a37566
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2003-07-29 Matthew Duggan <stauff1@users.sourceforge.net>
* backend/canon_pp.c: Reset globals in sane_exit.
2003-07-28 Andras Major <andras@users.sourceforge.net>
* doc/descriptions/coolscan2.desc: changed IEEE1394

Wyświetl plik

@ -1465,6 +1465,9 @@ sane_exit (void)
}
first_dev = NULL;
def_scanner = NULL;
read_leftover = NULL;
num_devices = 0;
/* FIXEDME: this created a segfault in DLL code. */
/* Bug was fixed in libieee1284 0.1.5 */