--- addons/res/res_config_mysql.c | 1 - 1 file changed, 1 deletion(-) Index: b/addons/res/res_config_mysql.c =================================================================== --- a/addons/res/res_config_mysql.c +++ b/addons/res/res_config_mysql.c @@ -988,7 +988,6 @@ static struct ast_config *config_mysql(c if (!ast_config_internal_load(row[2], cfg, config_flags, "", who_asked)) { mysql_free_result(result); release_database(dbh); - ast_config_destroy(cfg); return NULL; } continue;