From: Mark Spencer Date: Sat, 12 Apr 2003 14:04:40 +0000 (+0000) Subject: Free queue config (thanks James) X-Git-Tag: 0.5.0~657 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cdcc857d982b7360cdeb87d0f3f0a8fd98ff55c;p=thirdparty%2Fasterisk.git Free queue config (thanks James) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@839 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 7f748209a5..1470f54f16 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) {