summaryrefslogtreecommitdiff
path: root/channels/chan_unistim.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_unistim.c')
-rw-r--r--channels/chan_unistim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_unistim.c b/channels/chan_unistim.c
index bdc353844..6762db391 100644
--- a/channels/chan_unistim.c
+++ b/channels/chan_unistim.c
@@ -6384,10 +6384,10 @@ static struct unistim_device *build_device(const char *cat, const struct ast_var
}
d = d->next;
}
+ ast_mutex_unlock(&devicelock);
if (!(lt = ast_calloc(1, sizeof(*lt)))) {
return NULL;
}
- ast_mutex_unlock(&devicelock);
if (create) {
if (!(d = ast_calloc(1, sizeof(*d)))) {
return NULL;