mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Move the free down one
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@128029 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -799,10 +799,10 @@ static char *complete_context_remove_extension_deprecated(const char *line, cons
|
|||||||
error3:
|
error3:
|
||||||
if (exten)
|
if (exten)
|
||||||
free(exten);
|
free(exten);
|
||||||
#ifdef BROKEN_READLINE
|
|
||||||
free(word2);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#ifdef BROKEN_READLINE
|
||||||
|
free(word2);
|
||||||
|
#endif
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user