Skip to content
Snippets Groups Projects
Commit 23c6d5ef authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

comment a possible memory leak


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 6553aa3a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment