Skip to content
  • Guillaume Roguez's avatar
    sip: fix exception during class destructor · 81279958
    Guillaume Roguez authored
    ~SIPVoIPLink() calls handleEvents() but this method may throw.
    Throwing during destructor is forbidden and result to and std::terminate().
    Fix by try {} catch the call.
    
    Detected by Coverity scan.
    
    Change-Id: I57d742c7f6b6d872b4b2118c1f10c0986c082397
    81279958