freeswitch icon indicating copy to clipboard operation
freeswitch copied to clipboard

Fix the wrong type passed into iks_stack_delete

Open DuratarskeyK opened this issue 1 year ago • 1 comments

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.

DuratarskeyK avatar May 22 '24 14:05 DuratarskeyK

Unit-tests failed: https://public-artifacts.signalwire.cloud/drone/signalwire/freeswitch/1744/artifacts.html

signalwire-ci[bot] avatar May 22 '24 15:05 signalwire-ci[bot]