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:
83e64c7
)
ast_calloc already reports out of memory conditions (issue 7343)
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Thu, 15 Jun 2006 12:26:50 +0000
(12:26 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Thu, 15 Jun 2006 12:26:50 +0000
(12:26 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34240
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_osp.c
patch
|
blob
|
history
diff --git
a/res/res_osp.c
b/res/res_osp.c
index
4a00a73
..
62115db
100644
(file)
--- a/
res/res_osp.c
+++ b/
res/res_osp.c
@@
-178,7
+178,6
@@
static int osp_buildProvider(
p = ast_calloc(1, sizeof(*p));
if (!p) {
- ast_log(LOG_ERROR, "Out of memory\n");
return(-1);
}