Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 168928 | Differences between
and this patch

Collapse All | Expand All

(-)tools/hal-device.c.orig (-1 / +1 lines)
Lines 155-161 int main(int argc, char **argv) Link Here
155
155
156
	libhal_ctx_shutdown(hal_ctx, &error);
156
	libhal_ctx_shutdown(hal_ctx, &error);
157
	libhal_ctx_free(hal_ctx);
157
	libhal_ctx_free(hal_ctx);
158
	dbus_connection_disconnect(conn);
158
159
	dbus_connection_unref(conn);
159
	dbus_connection_unref(conn);
160
	dbus_error_free(&error);
160
	dbus_error_free(&error);
161
161

Return to bug 168928