mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-13 03:48:29 +01:00
If `async_cancel()` was invoked, it would remove the IO watch source, which would cause the `g_source_remove()` call at the end of `main()` to warn about an unknown source ID. Fix that by handling the source as a pointer instead of a handle. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
20 KiB
20 KiB