pidgin/pidgin

Use g_clear_object instead of NULL check and g_object_unref
sounds_DATA = [
'alert.wav',
'login.wav',
'logout.wav',
'receive.wav',
'send.wav'
]
install_data(sources : sounds_DATA,
install_dir : get_option('datadir') + '/sounds/purple')