On destroying a session, a list of sessions is traversed to find the
matching session. For each session not matching, skinny erroneously
logged that the session was not matched. While technically correct
the message was misleading, and tended to indicate errors that
were not there.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@339992
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
ast_mutex_destroy(&s->lock);
ast_free(s);
- } else {
- ast_log(LOG_WARNING, "Trying to delete nonexistent session %p?\n", s);
}
}
AST_LIST_TRAVERSE_SAFE_END