dect
/
asterisk
Archived
13
0
Fork 0

comment a possible memory leak

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21988 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2006-04-21 16:18:12 +00:00
parent 165f152886
commit ff4e44ae7c
1 changed files with 1 additions and 0 deletions

View File

@ -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);