mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Fix comment issues (bug #3089)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -643,7 +643,7 @@ void ast_channel_free(struct ast_channel *chan)
|
||||
while (!AST_LIST_EMPTY(headp)) { /* List Deletion. */
|
||||
vardata = AST_LIST_FIRST(headp);
|
||||
AST_LIST_REMOVE_HEAD(headp, entries);
|
||||
// printf("deleting var %s=%s\n",ast_var_name(vardata),ast_var_value(vardata));
|
||||
/* printf("deleting var %s=%s\n",ast_var_name(vardata),ast_var_value(vardata)); */
|
||||
ast_var_delete(vardata);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user