comparison ChangeLog.API @ 21248:5915ad785ee7

Add and call a purple_util_uninit() to free user_dir and customer_home_dir at shutdown. Fixes #3132
author Richard Laager <rlaager@wiktel.com>
date Mon, 15 Oct 2007 00:41:22 +0000
parents f0ec79698fb7
children 930d0b49ebcf e747ac0c42d6
comparison
equal deleted inserted replaced
21246:93afdb7548cd 21248:5915ad785ee7
12 * purple_plugin_disable(), which is intended to be called when 12 * purple_plugin_disable(), which is intended to be called when
13 a purple_plugin_unload()--which was called when a user tried 13 a purple_plugin_unload()--which was called when a user tried
14 to unload a plugin--fails. This then prevents the plugin 14 to unload a plugin--fails. This then prevents the plugin
15 from being saved in the saved plugins list, so it'll won't 15 from being saved in the saved plugins list, so it'll won't
16 be loaded at the next startup. 16 be loaded at the next startup.
17 * purple_util_init()
18 * purple_util_uninit()
17 19
18 * pidgin_dialogs_about_with_parent() 20 * pidgin_dialogs_about_with_parent()
19 * pidgin_log_show_contact_with_parent() 21 * pidgin_log_show_contact_with_parent()
20 * pidgin_log_show_with_parent() 22 * pidgin_log_show_with_parent()
21 * pidgin_plugin_dialog_show_with_parent() 23 * pidgin_plugin_dialog_show_with_parent()