Mercurial > pidgin
diff src/protocols/gg/utils.h @ 12373:508512caa22e
[gaim-migrate @ 14677]
deryni pointed out that ggp_buddy_get_name leaks when the user isn't a buddy. I went to fix that and tweaked a bunch of code.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Tue, 06 Dec 2005 19:50:47 +0000 |
| parents | e84fbd0be612 |
| children |
line wrap: on
line diff
--- a/src/protocols/gg/utils.h Tue Dec 06 19:22:13 2005 +0000 +++ b/src/protocols/gg/utils.h Tue Dec 06 19:50:47 2005 +0000 @@ -78,7 +78,7 @@ * * @return Name of the buddy, or UIN converted to string. */ -const char * +char * ggp_buddy_get_name(GaimConnection *gc, const uin_t uin); #endif /* _GAIM_GG_UTILS_H */
