mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 17:22:21 +00:00
parent
4137bcaaec
commit
52ca18f49d
@ -10711,6 +10711,9 @@ SWIG_PropagateClientData(void) {
|
||||
if (equiv->type && !equiv->type->clientdata)
|
||||
SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
|
||||
}
|
||||
if (equiv == equiv->next) {
|
||||
break;
|
||||
}
|
||||
equiv = equiv->next;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user