scanadf: added missing call to sane_exit()

Failure to call sane_exit() which causes issues in genesys backend
termination.
merge-requests/4/head
Ralph Little 2021-08-24 20:30:25 -07:00
rodzic 009b99cb02
commit 02478dc10b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1709,6 +1709,7 @@ List of available devices:", prog_name);
sane_cancel (device);
sane_close (device);
sane_exit();
if (scriptWait)
while (wait(NULL) != -1);