diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 8e1fd16d6..72435138c 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3743,6 +3743,8 @@ void sighandler (int signum) case SIGINT: delete CRecordManager::getInstance(); stop_daemons(); + delete videoDecoder; + cs_api_exit(); _exit(0); default: break;