log: fix double free() bug during shutdown
Don't free an internal configuration value in log_init(). Call config_get_path() instead of manually calling parsePath().
This commit is contained in:
Reference in New Issue
Block a user
Don't free an internal configuration value in log_init(). Call config_get_path() instead of manually calling parsePath().