aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-21 16:18:12 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-21 16:18:12 +0000
commitff4e44ae7c0587742f68c3f43dcbfcd3302e9fca (patch)
treec06afd96ce9d7ca14faf25f91a8dd35aaac7292e
parent165f15288626bf6b9aea43be9f2f1aeea5ae18f7 (diff)
comment a possible memory leak
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21988 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--res/res_features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_features.c b/res/res_features.c
index b89ff80cd..a2f9c37e2 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -2091,6 +2091,7 @@ static int load_config(void)
}
ast_register_feature(feature);
+ /* XXX do we need to free it if mallocd ? */
if (option_verbose >=1)
ast_verbose(VERBOSE_PREFIX_2 "Mapping Feature '%s' to app '%s' with code '%s'\n", var->name, app, exten);