what happens to photonview that had ownership transferred when new owner gets disconnected?

Options
Han
Han
Here is a situation
  1. GameObject gets instantiated by player 1
  2. ownership of gameobject gets transferred to player 2
  3. ownership then gets transferred to player 3
  4. Player 3 disconnects
My questions are
  1. Who gets the ownership of gameobject?
  2. What would be the best way to check if disconnected player (in this case player 3) was the last owner of this gameobject?