update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6662 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
55a194e54e
commit
d170dd9d9b
|
@ -44,7 +44,7 @@
|
|||
SWITCH_BEGIN_EXTERN_C
|
||||
#define SWITCH_CMD_CHUNK_LEN 1024
|
||||
#define SWITCH_STANDARD_STREAM(s) memset(&s, 0, sizeof(s)); s.data = malloc(SWITCH_CMD_CHUNK_LEN); \
|
||||
assert(s.data); \
|
||||
switch_assert(s.data); \
|
||||
memset(s.data, 0, SWITCH_CMD_CHUNK_LEN); \
|
||||
s.end = s.data; \
|
||||
s.data_size = SWITCH_CMD_CHUNK_LEN; \
|
||||
|
|
Loading…
Reference in New Issue