Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Bug: gCASEAuthDelegate was constructed twice #560

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 23, 2020

  1. Bug: gCASEAuthDelegate was constructed twice

    Using a global variable and placement new will call the constructor
    twice. Use C++ static singleton to allocate the object instead.
    
    Change-Id: Ib7e3c9a70d8d40d08b115e4f57d4ed3a8378c20f
    kghost committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    c6deac4 View commit details
    Browse the repository at this point in the history