Revise myfree method

This commit is contained in:
Mr-Dave
2024-07-24 19:54:08 -06:00
parent 5b3bb97d0c
commit a9a866fecb
17 changed files with 87 additions and 97 deletions

View File

@@ -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);