comparison plugins/dbus-example.c @ 13962:b43aec5fa9eb

[gaim-migrate @ 16515] Fix a tiny and rare memleak when unloading a plugin that was designed for an older version of Gaim. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 18 Jul 2006 06:33:36 +0000
parents f61428cc4019
children 8bda65b88e49
comparison
equal deleted inserted replaced
13961:b0e37dcb3987 13962:b43aec5fa9eb
150 0, /**< flags */ 150 0, /**< flags */
151 NULL, /**< dependencies */ 151 NULL, /**< dependencies */
152 GAIM_PRIORITY_DEFAULT, /**< priority */ 152 GAIM_PRIORITY_DEFAULT, /**< priority */
153 153
154 "dbus-example", /**< id */ 154 "dbus-example", /**< id */
155 N_("DBus"), /**< name */ 155 N_("DBus Example"), /**< name */
156 VERSION, /**< version */ 156 VERSION, /**< version */
157 /** summary */ 157 /** summary */
158 N_("DBus Plugin Example"), 158 N_("DBus Plugin Example"),
159 /** description */ 159 /** description */
160 N_("DBus Plugin Example"), 160 N_("DBus Plugin Example"),