mirror of
https://github.com/Motion-Project/motion.git
synced 2026-03-04 14:26:13 -05:00
Implement util_free_var function
This commit is contained in:
@@ -4327,8 +4327,7 @@ void conf_deinit(struct ctx_motapp *motapp)
|
||||
indx++;
|
||||
}
|
||||
|
||||
free(motapp->cam_list);
|
||||
motapp->cam_list = NULL;
|
||||
util_free_var(motapp->cam_list);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user