pidgin/pidgin

Re-write remove_prefs to not use recursion.

2019-11-05, Elliott Sales de Andrade
d1ad503fe389
Re-write remove_prefs to not use recursion.

This also fixes the possible use-after-free that scan-build seems to
think is there.
gestures_SOURCES = [
'gestures.c',
'gstroke.h',
'gstroke-internal.h',
'stroke.c',
'stroke-draw.c'
]
if PLUGINS
gestures = library('gestures', gestures_SOURCES,
build_by_default: false,
dependencies : [x11, libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : false, install_dir : PIDGIN_PLUGINDIR)
endif