diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-09-29 21:31:57 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-09-29 21:31:57 +0800 |
commit | 4b3253600828b21e708eb05a3ae68427b199276e (patch) | |
tree | 983810bb6170a64ed38726985dab16897c4611f7 /ChangeLog | |
parent | 925d8ff26c23f281527ae881106967b55826baac (diff) | |
download | gsoc2013-empathy-4b3253600828b21e708eb05a3ae68427b199276e.tar gsoc2013-empathy-4b3253600828b21e708eb05a3ae68427b199276e.tar.gz gsoc2013-empathy-4b3253600828b21e708eb05a3ae68427b199276e.tar.bz2 gsoc2013-empathy-4b3253600828b21e708eb05a3ae68427b199276e.tar.lz gsoc2013-empathy-4b3253600828b21e708eb05a3ae68427b199276e.tar.xz gsoc2013-empathy-4b3253600828b21e708eb05a3ae68427b199276e.tar.zst gsoc2013-empathy-4b3253600828b21e708eb05a3ae68427b199276e.zip |
ref group when async calls are in flight to avoid destroying the object
2007-09-29 Xavier Claessens <xclaesse@gmail.com>
* libempathy/empathy-tp-group.c: ref group when async calls are in
flight to avoid destroying the object before receiving the reply.
* libempathy/empathy-utils.c: Unref the group to not leak it.
svn path=/trunk/; revision=341
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-09-29 Xavier Claessens <xclaesse@gmail.com> + * libempathy/empathy-tp-group.c: ref group when async calls are in + flight to avoid destroying the object before receiving the reply. + * libempathy/empathy-utils.c: Unref the group to not leak it. + +2007-09-29 Xavier Claessens <xclaesse@gmail.com> + * libempathy/empathy-contact-factory.c: Refcount ContactFactoryAccountData struct. |