mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
Edge case for when you are subscribing to presence on a valet parking lot. In which case there would be a small leak.
This commit is contained in:
parent
d27a95a50e
commit
45803e38e7
@ -24,6 +24,7 @@
|
||||
* Contributor(s):
|
||||
*
|
||||
* Anthony Minessale II <anthm@freeswitch.org>
|
||||
* William King <william.king@quentustech.com>
|
||||
*
|
||||
* mod_valet_parking.c -- Valet Parking Module
|
||||
*
|
||||
@ -885,6 +886,7 @@ static void pres_event_handler(switch_event_t *event)
|
||||
|
||||
switch_mutex_unlock(lot->mutex);
|
||||
}
|
||||
switch_console_free_matches(&matches);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user