mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-01 21:33:00 +00:00
iks_stack_delete expects a ikstack **, but ikstack * is passed instead. I believe it's a bug, which showed itself, because gcc 14 treats wrong pointer types warnings as errors now.