mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 17:22:21 +00:00
FS-4184 --resolve
This commit is contained in:
parent
d174c2ee3c
commit
1b399d3cf2
@ -471,7 +471,7 @@ SWITCH_DECLARE(switch_status_t) switch_event_reserve_subclass_detailed(const cha
|
|||||||
|
|
||||||
SWITCH_DECLARE(void) switch_core_memory_reclaim_events(void)
|
SWITCH_DECLARE(void) switch_core_memory_reclaim_events(void)
|
||||||
{
|
{
|
||||||
int index;
|
unsigned int index;
|
||||||
|
|
||||||
for (index = 0; index < SOFT_MAX_DISPATCH; index++) {
|
for (index = 0; index < SOFT_MAX_DISPATCH; index++) {
|
||||||
if (EVENT_DISPATCH_QUEUE[index]) {
|
if (EVENT_DISPATCH_QUEUE[index]) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user