Don't unref the *new* book after returning it to user. This was causing
authorHans Petter Jansson <hpj@ximian.com>
Wed, 25 Feb 2004 01:22:45 +0000 (01:22 +0000)
committerHans Petter <hansp@src.gnome.org>
Wed, 25 Feb 2004 01:22:45 +0000 (01:22 +0000)
commitd4c9a8cc669d7d0213bd027d5d64382522c5371f
treecc6bf6d6c1a9cf034715107349126ba4d37b6768
parentc3dad6b30fb6707010ec0b03d6861263b17f0c31
Don't unref the *new* book after returning it to user. This was causing

2004-02-24  Hans Petter Jansson  <hpj@ximian.com>

* libebook/e-book-async.c (_default_book_response_dtor): Don't
unref the *new* book after returning it to user. This was causing
hard to trace crashes.

* libebook/e-book.c (e_book_get_default_addressbook): Correctly
assert the pointer-to-pointer, not the pointed-to pointer.
addressbook/ChangeLog
addressbook/libebook/e-book-async.c
addressbook/libebook/e-book.c