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:
Tilghman Lesher
2008-07-04 16:11:03 +00:00
parent e9d086a277
commit 7073477f44

View File

@@ -799,10 +799,10 @@ static char *complete_context_remove_extension_deprecated(const char *line, cons
error3:
if (exten)
free(exten);
}
#ifdef BROKEN_READLINE
free(word2);
#endif
}
return ret;
}