Index: res/res_features.c =================================================================== RCS file: /usr/cvsroot/asterisk/res/res_features.c,v retrieving revision 1.16.2.1 diff -u -p -r1.16.2.1 res_features.c --- res/res_features.c 2 Nov 2004 12:56:15 -0000 1.16.2.1 +++ res/res_features.c 13 Dec 2004 20:58:22 -0000 @@ -152,6 +152,7 @@ int ast_park_call(struct ast_channel *ch struct ast_context *con; pu = malloc(sizeof(struct parkeduser)); if (pu) { + memset(pu,0,sizeof(struct parkeduser)); ast_mutex_lock(&parking_lock); for (x=parking_start;x<=parking_stop;x++) { cur = parkinglot;