mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
fix parking issue (bug #3840)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4497 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -152,6 +152,7 @@ int ast_park_call(struct ast_channel *chan, struct ast_channel *peer, int timeou
|
|||||||
struct ast_context *con;
|
struct ast_context *con;
|
||||||
pu = malloc(sizeof(struct parkeduser));
|
pu = malloc(sizeof(struct parkeduser));
|
||||||
if (pu) {
|
if (pu) {
|
||||||
|
memset(pu,0,sizeof(struct parkeduser));
|
||||||
ast_mutex_lock(&parking_lock);
|
ast_mutex_lock(&parking_lock);
|
||||||
for (x=parking_start;x<=parking_stop;x++) {
|
for (x=parking_start;x<=parking_stop;x++) {
|
||||||
cur = parkinglot;
|
cur = parkinglot;
|
||||||
|
|||||||
Reference in New Issue
Block a user