gplugin/gplugin

Fix a few of our failing ci issues

2020-09-22, Gary Kramlich
0f07cacab39d
Fix a few of our failing ci issues

g_queue_clear_full was added in 2.60 but we only require 2.40

clang-format some files that were missing it.

Clean up the paths variable from command line parsing

Fix some leaks that the signal test caused and found

Testing Done:
Ran the valgrind convey plan. It still fails, mostly related to https://issues.imfreedom.org/issue/GPLUGIN-117.

Reviewed at https://reviews.imfreedom.org/r/130/
shared_library('basic-plugin', 'basic-plugin.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_library('dependent-plugin', 'dependent-plugin.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_library('broken-dependent-plugin', 'broken-dependent-plugin.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_library('load-failed', 'load-failed.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_library('load-exception', 'load-exception.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_library('unload-failed', 'unload-failed.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])