============================= 2.15.2 ====================== 2006-08-08 Kjartan Maraas * Revert the fix for coverity #2705. It caused segfaults during make check. 2006-08-07 Kjartan Maraas * bonobo/bonobo-exception.h: * bonobo/bonobo-property-bag-client.h: * bonobo/bonobo-stream-client.h: Sentinel markup patch from Marcus Meissner. Closes bug #338443. * monikers/bonobo-moniker-extender-stream.c: (bonobo_stream_extender_resolve): Fix a warning. 2006-07-21 Kjartan Maraas * bonobo/bonobo-stream-client.c: (bonobo_stream_client_read): Fix possible NULL dereference. Coverity #1190. 2006-07-21 Kjartan Maraas * activation-server/test-performance.c: (test_server_info_load): Fix a leak. (Coverity #2684) * bonobo/bonobo-moniker-extender.c: (bonobo_moniker_find_extender): Another leak fix (Coverity #2824) 2006-07-18 Kjartan Maraas * activation-server/activation-context-corba.c: (ac_do_activation): Another null deref found by Coverity. 2006-07-15 Kjartan Maraas * bonobo/bonobo-storage-memory.c: (smem_rename_impl): Init filename so we don't pass uninitialized memory to g_free() Coverity #2841. 2006-07-14 Kjartan Maraas * bonobo/bonobo-storage-memory.c: (smem_rename_impl): Free the entry as well. Coverity #2705. 2006-07-14 Kjartan Maraas * monikers/bonobo-moniker-extender-stream.c: (bonobo_stream_extender_resolve): Free mime_type here. Coverity #2707. 2006-07-14 Kjartan Maraas * bonobo/bonobo-app-client.c: (bonobo_app_client_msg_send_argv), (bonobo_app_client_get_msgdescs), (bonobo_app_client_new_instance): * bonobo/bonobo-event-source.c: (bonobo_event_source_client_remove_listener), (bonobo_event_source_client_add_listener_full): * bonobo/bonobo-foreign-object.c: (bonobo_foreign_object_new): Fix more leaks. Reported by Coverity as CID #2681, #2682, #2685, #2686, #2687 and #2690. Closes bug #347522. 2006-07-14 Kjartan Maraas * bonobo/bonobo-exception.h: Fix previous commit. Thanks to Paolo Borelli. 2006-07-14 Kjartan Maraas * bonobo/bonobo-exception.h: Fix leak. Coverity #2717 and a whole bunch of others. Closes bug #347501. * bonobo/bonobo-object.c: (do_corba_setup_T): Another leak. Coverity #2683. Closes bug #347511.