Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavanton committed Sep 18, 2024
1 parent 4137bca commit 52ca18f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mod/languages/mod_lua/mod_lua_wrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 52ca18f

Please sign in to comment.