projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6553aa3
)
comment a possible memory leak
author
Luigi Rizzo
<rizzo@icir.org>
Fri, 21 Apr 2006 16:18:12 +0000
(16:18 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Fri, 21 Apr 2006 16:18:12 +0000
(16:18 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@21988
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_features.c
patch
|
blob
|
history
diff --git
a/res/res_features.c
b/res/res_features.c
index
b89ff80
..
a2f9c37
100644
(file)
--- 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);