mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +00:00
[core] scan-build: Value stored to 'err' is never read
This commit is contained in:
parent
dc2b43fb74
commit
5c7c53fd22
@ -1762,7 +1762,6 @@ static switch_status_t switch_loadable_module_load_file(char *path, char *filena
|
||||
}
|
||||
|
||||
if ((module = switch_core_alloc(pool, sizeof(switch_loadable_module_t))) == 0) {
|
||||
err = "Could not allocate memory\n";
|
||||
abort();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user