Patrick Ohly a8811fb864 GDBusMethodInvocation: leak and potential crash
_g_dbus_method_invocation_new is said to allow method_info == NULL,
but will crash inside g_dbus_method_info_ref when the method_info
really is NULL, because g_dbus_method_info_ref does not allow NULL as
parameter. Fixed by checking for NULL in _g_dbus_method_invocation_new
itself.

The leak itself happens because _g_dbus_method_invocation_new stores a
new reference to the method_info without also unreferencing it. Fixed
by adding the missing unref, protected by an if because the pointer
may be NULL.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=695376
2013-03-17 22:46:20 -04:00
..
2013-02-02 22:54:15 -05:00
2013-01-21 09:51:09 -05:00
2013-03-13 09:41:09 -04:00
2012-12-12 15:20:22 +01:00
2012-02-02 16:22:42 +01:00
2013-01-29 09:46:04 -05:00
2013-02-15 05:39:20 -05:00
2012-07-03 21:14:41 -04:00
2013-01-29 09:46:04 -05:00
2013-01-29 09:46:04 -05:00
2010-07-07 19:53:22 -04:00
2013-02-10 12:23:02 -05:00
2013-02-04 22:35:29 -05:00
2012-11-28 00:58:03 -05:00
2012-08-16 23:02:41 -04:00
2012-12-12 15:20:22 +01:00
2012-01-01 19:01:14 +01:00
2011-06-07 08:55:31 +08:00
2012-11-29 16:29:47 -03:00
2013-01-29 09:46:04 -05:00
2013-01-29 09:46:04 -05:00
2010-07-07 19:53:22 -04:00
2011-02-08 10:05:00 -05:00
2012-11-29 14:07:27 -05:00
2013-01-13 22:59:40 -05:00
2013-02-15 05:39:20 -05:00
2012-12-12 15:20:22 +01:00
2012-12-12 15:20:22 +01:00
2013-01-29 09:46:04 -05:00
2011-02-08 10:05:00 -05:00
2012-08-19 02:19:27 -04:00
2012-08-19 02:21:02 -04:00
2012-08-19 02:21:02 -04:00
2011-06-04 18:48:19 -04:00
2012-08-18 23:15:58 -04:00
2012-01-13 17:12:57 +01:00
2012-12-29 00:22:34 -05:00
2011-08-29 14:49:32 -04:00
2011-10-16 21:41:15 -04:00
2011-10-02 22:33:10 -04:00
2012-12-12 15:20:22 +01:00
2012-12-12 15:20:22 +01:00
2012-12-12 15:20:22 +01:00
2012-12-12 15:20:22 +01:00
2012-07-03 21:14:41 -04:00
2012-11-15 14:19:06 -05:00
2012-08-18 23:15:58 -04:00
2010-07-07 19:53:22 -04:00