Skip to content

Fixes crash thanks to Check if MD (MixDevice) exist on GlobalMaster or not

Ömer Fadıl Usta requested to merge work/usta_fix_nullptr_for_mixdevice into master

Because of lack of checking if md is nullptr or not, calling directly md->playbackVolume() was causing Segment fault.

Merge request reports