Convert uses of strdup() to ast_strdup()

(issue #9983, eliel)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69436 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-06-14 23:01:01 +00:00
parent 5dd9887ac7
commit b179e2155f
19 changed files with 62 additions and 62 deletions

View File

@@ -1980,7 +1980,7 @@ static char **ast_el_strtoarr(char *buf)
}
}
match_list[matches++] = strdup(retstr);
match_list[matches++] = ast_strdup(retstr);
}
if (!match_list)