mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Free queue config (thanks James)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@839 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -839,6 +839,7 @@ static void reload_queues(void)
|
|||||||
}
|
}
|
||||||
cat = ast_category_browse(cfg, cat);
|
cat = ast_category_browse(cfg, cat);
|
||||||
}
|
}
|
||||||
|
ast_destroy(cfg);
|
||||||
q = queues;
|
q = queues;
|
||||||
ql = NULL;
|
ql = NULL;
|
||||||
while(q) {
|
while(q) {
|
||||||
|
Reference in New Issue
Block a user