OSDN Git Service

Make use of g_error_free instead of g_clear_error when possible.
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>
Thu, 19 Feb 2009 19:22:48 +0000 (16:22 -0300)
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>
Thu, 19 Feb 2009 19:22:48 +0000 (16:22 -0300)
commite777c55aa7cd84fe63bcdee16acde8d1a293b928
treec2d87d3b6d274fbdd659f5946546120183b8f536
parentc82739046f031f32e3e66128062818eea2fc9e9e
Make use of g_error_free instead of g_clear_error when possible.

g_clear_error make an extra operation (&err = NULL) which is not necessary
when the GError is not reused.
audio/avdtp.c
audio/manager.c
input/device.c
input/server.c