Mercurial > pidgin
view PLUGIN_HOWTO @ 22385:f332db29a854
Fixes a memleak:
==17163== 7 bytes in 1 blocks are definitely lost in loss record 7 of 214
==17163== at 0x4006A6E: malloc (vg_replace_malloc.c:207)
==17163== by 0xA1CAF5: g_malloc (in /lib/libglib-2.0.so.0.1400.6)
==17163== by 0xA35348: g_strdup (in /lib/libglib-2.0.so.0.1400.6)
==17163== by 0xA35BF9: g_strsplit (in /lib/libglib-2.0.so.0.1400.6)
==17163== by 0x52D5DF2: irc_cmd_op (cmds.c:290)
committer: Ka-Hing Cheung <khc@hxbc.us>
author | Andrew Gaul <andrew@gaul.org> |
---|---|
date | Fri, 29 Feb 2008 07:55:20 +0000 |
parents | 83ec0b408926 |
children | db5a58aabe38 |
line wrap: on
line source
For information on writing a plugin for Purple, Pidgin or Finch, go http://developer.pidgin.im and click on API. From there, see the HOWTOs in the "Related Pages" section. You can also generate this documentation locally by installing doxygen and graphviz dot, then running "make docs" in the source tree. The documentation will be in the docs/html directory.