projects
/
empathy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69814b0
)
[darcs-to-svn @ Fix leak]
author
Xavier Claessens
<xclaesse@src.gnome.org>
Thu, 26 Apr 2007 20:57:51 +0000
(20:57 +0000)
committer
Xavier Claessens
<xclaesse@src.gnome.org>
Thu, 26 Apr 2007 20:57:51 +0000
(20:57 +0000)
svn path=/trunk/; revision=7
libempathy-gtk/gossip-chat.c
patch
|
blob
|
history
diff --git
a/libempathy-gtk/gossip-chat.c
b/libempathy-gtk/gossip-chat.c
index
f67c029
..
ad8af12
100644
(file)
--- a/
libempathy-gtk/gossip-chat.c
+++ b/
libempathy-gtk/gossip-chat.c
@@
-275,6
+275,8
@@
chat_finalize (GObject *object)
g_object_unref (priv->tp_chat);
}
+ g_free (priv->id);
+
G_OBJECT_CLASS (gossip_chat_parent_class)->finalize (object);
}