Memory leak fixes Bug #4216

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5638 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matthew Fredrickson
2005-05-12 17:40:44 +00:00
parent ba736889bf
commit 1febd6c72d
7 changed files with 7 additions and 0 deletions

View File

@@ -362,6 +362,7 @@ static void parse_config(void)
var = var->next;
}
}
ast_config_destroy(cfg);
}
}