pidgin/pidgin

fix heap-use-after-free in prefs removal
use-after-free
2019-11-10, Fabrice Bellet
0682910c702a
fix heap-use-after-free in prefs removal
sounds_DATA = [
'alert.wav',
'login.wav',
'logout.wav',
'receive.wav',
'send.wav'
]
install_data(sources : sounds_DATA,
install_dir : get_option('datadir') + '/sounds/purple')