summaryrefslogtreecommitdiff
path: root/apps/app_followme.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-05-08 22:46:14 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-05-08 22:46:14 +0000
commitbb5e2c48d1316175ac5cf683ffedcd0ece970d00 (patch)
treed1fdb35cd0367f2f5d4499ab97d1f0ca21314468 /apps/app_followme.c
parentb888b6bf234ff6fd602f434a88f0f27e8930de5f (diff)
Addendum to -r365766. Since it is no longer allocated.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@365790 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_followme.c')
-rw-r--r--apps/app_followme.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_followme.c b/apps/app_followme.c
index c23e2a328..5a68c206e 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -566,7 +566,6 @@ static void destroy_calling_tree(struct findme_user_listptr *findme_user_list)
ast_party_connected_line_free(&fmuser->connected);
ast_free(fmuser);
}
- ast_free(findme_user_list);
}
static struct ast_channel *wait_for_winner(struct findme_user_listptr *findme_user_list, struct number *nm, struct ast_channel *caller, char *namerecloc, struct fm_args *tpargs)