Tue, 22 Aug 2023 00:24:14 -0500
Make the purple_account_manager_find functions return transfer full.
It's possible that an account could be removed from the mananger after someone
has grabbed a handle to one, so just give them a reference to avoid the
possible headache later.
Testing Done:
Ran the account-manager tests under valgrind.
Reviewed at https://reviews.imfreedom.org/r/2579/
unity = library('unity', 'unity.c', c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-Unity"'], dependencies : [UNITY, libpurple_dep, libpidgin_dep, glib], name_prefix : '', install : true, install_dir : PIDGIN_PLUGINDIR) devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())