kopia lustrzana https://gitlab.com/sane-project/frontends
scanadf: added missing call to sane_exit()
Failure to call sane_exit() which causes issues in genesys backend termination.33-incorporate-downstream-patches
rodzic
009b99cb02
commit
02478dc10b
|
@ -1709,6 +1709,7 @@ List of available devices:", prog_name);
|
|||
|
||||
sane_cancel (device);
|
||||
sane_close (device);
|
||||
sane_exit();
|
||||
|
||||
if (scriptWait)
|
||||
while (wait(NULL) != -1);
|
||||
|
|
Ładowanie…
Reference in New Issue