diff --git a/apps/app_meetme.c b/apps/app_meetme.c index eaca85a883..af5c2aeba8 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -1371,6 +1371,7 @@ static char *complete_meetmecmd(const char *line, const char *word, int pos, int AST_LIST_UNLOCK(&confs); return usr ? ast_strdup(usrno) : NULL; } + AST_LIST_UNLOCK(&confs); } }