aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/app_meetme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index eaca85a88..af5c2aeba 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);
}
}