diff --git a/pbx.c b/pbx.c index 7f5fef1eef..3446ab58ed 100644 --- a/pbx.c +++ b/pbx.c @@ -2029,7 +2029,7 @@ int ast_extension_state_del(int id, ast_state_cb_type callback) cblist = cblist->next; } - ast_mutex_lock(&hintlock); + ast_mutex_unlock(&hintlock); return -1; }