mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-07 12:51:51 +00:00
FS-10853: Fix unitialzed var
This commit is contained in:
@@ -1336,7 +1336,7 @@ static switch_crypto_key_material_t* switch_core_media_crypto_append_key_materia
|
||||
*/
|
||||
static const char* switch_core_media_crypto_find_key_material_candidate_end(const char *p)
|
||||
{
|
||||
const char *end;
|
||||
const char *end = NULL;
|
||||
|
||||
switch_assert(p != NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user