c7a4d287f0
Fixes an error triggered when the first person_handle in the list has a death event, but no birth event (get_birth_ref() == None) and does not have family relationships (spouse_handle == None). These conditions lead to the local variable short_name not being declared before it comes time to process death events. Fixes #11766