mirror of https://github.com/nirenjan/libx52.git
Stop device threads on daemon termination
parent
e0d15961e0
commit
52232b1a14
|
@ -192,6 +192,9 @@ int main(int argc, char **argv)
|
|||
}
|
||||
}
|
||||
|
||||
// Stop device threads
|
||||
x52d_clock_exit();
|
||||
x52d_dev_exit();
|
||||
PINELOG_INFO(_("Shutting down X52 daemon"));
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue