Skip to content

HOTFIX : initialised mUserData to nullptr to prevent crash

Peio Rigaux requested to merge fix/factory_empty_string_instead_of_nullptr into master

Factory's char * NEED to return null if string is empty, otherwise default values from build are not set (especially for MsPluginDir, resulting in wrong echo canceller choice)

initialised mUserData to nullptr to prevent crash

In linphone-sdk: pipeline status

Edited by Peio Rigaux

Merge request reports