mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 01:12:47 +08:00
Removed unnecessary signal handlers
This commit is contained in:
@@ -115,10 +115,6 @@ int main( int argc, const char** argv )
|
|||||||
|
|
||||||
sigaction(SIGHUP, &sigIntHandler, NULL);
|
sigaction(SIGHUP, &sigIntHandler, NULL);
|
||||||
sigaction(SIGINT, &sigIntHandler, NULL);
|
sigaction(SIGINT, &sigIntHandler, NULL);
|
||||||
sigaction(SIGQUIT, &sigIntHandler, NULL);
|
|
||||||
sigaction(SIGKILL, &sigIntHandler, NULL);
|
|
||||||
sigaction(SIGTERM, &sigIntHandler, NULL);
|
|
||||||
//sigaction(SIGABRT, &sigIntHandler, NULL);
|
|
||||||
|
|
||||||
cv::Mat frame;
|
cv::Mat frame;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user