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:
4d8feab
)
Fix compiler warning.
author
Richard Mudgett
<rmudgett@digium.com>
Fri, 4 Feb 2011 19:09:00 +0000
(19:09 +0000)
committer
Richard Mudgett
<rmudgett@digium.com>
Fri, 4 Feb 2011 19:09:00 +0000
(19:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@306326
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
tests/test_format_api.c
patch
|
blob
|
history
diff --git
a/tests/test_format_api.c
b/tests/test_format_api.c
index
dc27725
..
51a6bc5
100644
(file)
--- a/
tests/test_format_api.c
+++ b/
tests/test_format_api.c
@@
-299,7
+299,7
@@
static int container_test1_helper(struct ast_format_cap *cap1, struct ast_format
{
int res = AST_TEST_PASS;
- struct ast_format_cap *cap_joint;
+ struct ast_format_cap *cap_joint = NULL;
struct ast_format tmpformat;
if (ast_format_attr_reg_interface(&test_interface)) {