mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
fixes a few redundant conditions
(issue #15269) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@203444 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2415,7 +2415,6 @@ static void
|
||||
free_value (struct val *vp)
|
||||
{
|
||||
if (vp==NULL) {
|
||||
free(vp);
|
||||
return;
|
||||
}
|
||||
if (vp->type == AST_EXPR_string || vp->type == AST_EXPR_numeric_string)
|
||||
|
Reference in New Issue
Block a user