From bb5e2c48d1316175ac5cf683ffedcd0ece970d00 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Tue, 8 May 2012 22:46:14 +0000 Subject: 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 --- apps/app_followme.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/app_followme.c') 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) -- cgit v1.2.3