Merged revisions 203444 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r203444 | dvossel | 2009-06-25 16:45:32 -0500 (Thu, 25 Jun 2009) | 4 lines
  
  fixes a few redundant conditions
  
  (issue #15269)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@203446 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David Vossel
2009-06-25 21:46:46 +00:00
parent f70f6594f3
commit 2e78cacbc1
2 changed files with 5 additions and 7 deletions

View File

@@ -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)