Revise watchdog process

This commit is contained in:
Mr-Dave
2022-06-10 15:51:35 -06:00
parent 72daf8cee2
commit bb91881461
2 changed files with 6 additions and 0 deletions

View File

@@ -757,6 +757,10 @@ void mlp_cleanup(struct ctx_cam *cam)
movie_free(cam->movie_timelapse);
cam->movie_timelapse = NULL;
if (cam->dbsemp != NULL) {
cam->dbsemp->database_sqlite3 = NULL;
}
}
webu_stream_deinit(cam);