mirror of
https://github.com/Motion-Project/motion.git
synced 2026-02-06 21:11:40 -05:00
Revise myfree method
This commit is contained in:
@@ -680,7 +680,7 @@ void algsec_deinit(ctx_dev *cam)
|
||||
}
|
||||
}
|
||||
|
||||
myfree(&cam->algsec->image_norm);
|
||||
myfree(cam->algsec->image_norm);
|
||||
|
||||
pthread_mutex_destroy(&cam->algsec->mutex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user