[asterisk-commits] rmudgett: trunk r365790 - /trunk/apps/app_followme.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue May 8 17:46:18 CDT 2012
Author: rmudgett
Date: Tue May 8 17:46:14 2012
New Revision: 365790
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=365790
Log:
Addendum to -r365766. Since it is no longer allocated.
Modified:
trunk/apps/app_followme.c
Modified: trunk/apps/app_followme.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_followme.c?view=diff&rev=365790&r1=365789&r2=365790
==============================================================================
--- trunk/apps/app_followme.c (original)
+++ trunk/apps/app_followme.c Tue May 8 17:46:14 2012
@@ -566,7 +566,6 @@
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)
More information about the asterisk-commits
mailing list