mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_sofia
This commit is contained in:
@@ -1132,8 +1132,8 @@ void sofia_reg_release_gateway__(const char *file, const char *func, int line, s
|
||||
} \
|
||||
} \
|
||||
\
|
||||
if (_session) break; \
|
||||
} while(!_session)
|
||||
break; \
|
||||
} while (0)
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user