libpurple/gaim-client.h

Fri, 09 Feb 2007 07:42:01 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Fri, 09 Feb 2007 07:42:01 +0000
changeset 15657
a9e38c097d28
parent 15435
4b933b06d75e
permissions
-rw-r--r--

sf patch #1655057, from Peter Tang

Fix a memory leak when signing off an account, I think. Peter Tang
found it and suggested one fix. I suggested another, then Sadrul
made it work. I like this change. We're now re-using GaimStatusType
objects instead of making lots of copies of them.

#ifndef _GAIM_CLIENT_H_INCLUDED_
#define _GAIM_CLIENT_H_INCLUDED_

#include <glib.h>
#include "gaim-client-bindings.h"

G_BEGIN_DECLS

void gaim_init(void);

G_END_DECLS

#endif

mercurial