Fix memory leak when failing to read config file
In the case of error during my_load_defaults, we would not free the args array.
Showing
Please register or sign in to comment
In the case of error during my_load_defaults, we would not free the args array.