summaryrefslogtreecommitdiff
path: root/res/parking
diff options
context:
space:
mode:
Diffstat (limited to 'res/parking')
-rw-r--r--res/parking/parking_tests.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/parking/parking_tests.c b/res/parking/parking_tests.c
index e046ca8cf..f6767769a 100644
--- a/res/parking/parking_tests.c
+++ b/res/parking/parking_tests.c
@@ -63,6 +63,8 @@ static struct ast_channel *create_alice_channel(void)
ast_channel_set_caller(alice, &alice_callerid, NULL);
+ ast_channel_unlock(alice);
+
return alice;
}