pidgin/plugins/perl/common/GtkSession.xs@c16d341cbf8c
pidgin/plugins/perl/common/GtkSession.xs
Wed, 27 Aug 2008 14:12:19 +0000
- author
- Vivien Bernet-Rollande <scrouaf@soc.pidgin.im>
- date
- Wed, 27 Aug 2008 14:12:19 +0000
- branch
- soc.2008.masterpassword
- changeset 34015
- c16d341cbf8c
- parent 16529
-
1d0da9270ff9
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Fixed a likely cause for the heap corruption in ok_account_prefs_cb(), as well
as a memory leak. It was because I freed the original instead of the copy.
See diff for details.
#include "gtkmodule.h"
MODULE = Pidgin::Session PACKAGE = Pidgin::Session PREFIX = pidgin_session_
PROTOTYPES: ENABLE
void
pidgin_session_init(argv0, previous_id, config_dir)
gchar * argv0
gchar * previous_id
gchar * config_dir
void
pidgin_session_end()