Sat, 30 Jan 2021 22:33:58 -0600
g_task_return_* refs a task so we need to make sure we remove our reference when we're done with the task.
Testing Done:
Compiled and connected to bonjour and xmpp locally.
Reviewed at https://reviews.imfreedom.org/r/470/
if PLUGINS xmppconsole_resource = gnome.compile_resources('xmppconsoleresources', 'xmppconsole.gresource.xml', c_name : 'xmppconsole') library('xmppconsole', 'xmppconsole.c', xmppconsole_resource, dependencies : [libpurple_dep, libpidgin_dep, glib], name_prefix : '', install : true, install_dir : PIDGIN_PLUGINDIR) endif # PLUGINS