Skip to content
Snippets Groups Projects
Commit 1cdcc857 authored by Mark Spencer's avatar Mark Spencer
Browse files

Free queue config (thanks James)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@839 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2cf87c7c
No related branches found
No related tags found
No related merge requests found
...@@ -839,6 +839,7 @@ static void reload_queues(void) ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment