提交 45803e38 authored 作者: William King's avatar William King

Edge case for when you are subscribing to presence on a valet parking lot. In…

Edge case for when you are subscribing to presence on a valet parking lot. In which case there would be a small leak.
上级 d27a95a5
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
* Contributor(s): * Contributor(s):
* *
* Anthony Minessale II <anthm@freeswitch.org> * Anthony Minessale II <anthm@freeswitch.org>
* William King <william.king@quentustech.com>
* *
* mod_valet_parking.c -- Valet Parking Module * mod_valet_parking.c -- Valet Parking Module
* *
...@@ -885,6 +886,7 @@ static void pres_event_handler(switch_event_t *event) ...@@ -885,6 +886,7 @@ static void pres_event_handler(switch_event_t *event)
switch_mutex_unlock(lot->mutex); switch_mutex_unlock(lot->mutex);
} }
switch_console_free_matches(&matches);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论