aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-12 14:04:40 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-12 14:04:40 +0000
commit3ccd7a0865d6b42669a0ad7841969ee72a425a76 (patch)
tree05588c4cc2d2842f5e62d71994867d8df41ad275
parent6f6e06384e2dd27d560c52e2ec6d77ea9bcbc7a4 (diff)
Free queue config (thanks James)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@839 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xapps/app_queue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 7f748209a..1470f54f1 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -839,6 +839,7 @@ static void reload_queues(void)
}
cat = ast_category_browse(cfg, cat);
}
+ ast_destroy(cfg);
q = queues;
ql = NULL;
while(q) {