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:
Mark Spencer
2003-04-12 14:04:40 +00:00
parent 2cf87c7c50
commit 1cdcc857d9

View File

@@ -839,6 +839,7 @@ static void reload_queues(void)
}
cat = ast_category_browse(cfg, cat);
}
ast_destroy(cfg);
q = queues;
ql = NULL;
while(q) {