arp: Prevent uninitialized read of launch member variable
If anything happened to call arp functions in the wrong order and called IRegistrar's Issue function before SetApplicationLaunchProperty, we'd read from an uninitialized ApplicationLaunchProperty instance. Instead, we can always initialize it so if this does happen, then the outcome of doing such a thing is at least consistently reproducible.master
parent
9e7713c150
commit
b7d04d848d
Loading…
Reference in New Issue