Merge pull request #1753 in FS/freeswitch from bugfix/FS-11946-fix-possible-unallocated-memory-access to master
* commit 'f9a03570f44c34abe35c383d69578c35dc9811a2': FS-11946: [Core] Fix possible unallocated memory access.
This commit is contained in:
commit
9c2dc11d83
|
@ -2263,7 +2263,7 @@ SWITCH_DECLARE(switch_status_t) switch_loadable_module_init(switch_bool_t autolo
|
|||
*/
|
||||
#ifdef SWITCH_HAVE_YUV
|
||||
#ifdef SWITCH_HAVE_VPX
|
||||
switch_loadable_module_load_module_ex("", "CORE_VPX_MODULE", SWITCH_FALSE, SWITCH_FALSE, &err, SWITCH_LOADABLE_MODULE_TYPE_COMMON, event_hash);
|
||||
switch_loadable_module_load_module("", "CORE_VPX_MODULE", SWITCH_FALSE, &err);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue