mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
I didn't see that Mark already fixed the underlying issue!
Yay for removing useless code. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@203380 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1289,9 +1289,8 @@ static char *complete_fn_3(const char *line, const char *word, int pos, int stat
|
||||
c += (strlen(ast_config_AST_MODULE_DIR) + 1);
|
||||
if (c)
|
||||
c = strdup(c);
|
||||
if (d) {
|
||||
free(d);
|
||||
}
|
||||
|
||||
free(d);
|
||||
|
||||
return c;
|
||||
}
|
||||
|
Reference in New Issue
Block a user