hughsie / colord

Making color management just work
GNU General Public License v2.0
75 stars 51 forks source link

tests: Fix cd-sensor-dummy #95

Closed RAOF closed 5 years ago

RAOF commented 5 years ago

g_autoptr(GTask) task will be unreffed when it leaves scope. If we want it to be available in 2 seconds' time in the idle callback we'll need to explicitly transfer ownership.

RAOF commented 5 years ago

This is obviously because I've been testing running with --create-dummy-sensor and finding that the tests crash the daemon.