pidgin/pidgin

27c5004a6c65
Re-arrange jabber_buddy_resource_free to avoid use-after-free warning.

scan-build doesn't recognize the effect of g_list_remove, but this seems
a bit cleaner anyway.
sounds_DATA = [
'alert.wav',
'login.wav',
'logout.wav',
'receive.wav',
'send.wav'
]
install_data(sources : sounds_DATA,
install_dir : get_option('datadir') + '/sounds/purple')