diff --git a/gio/inotify/inotify-kernel.c b/gio/inotify/inotify-kernel.c index 05cdcb1aa..1a30fc84d 100644 --- a/gio/inotify/inotify-kernel.c +++ b/gio/inotify/inotify-kernel.c @@ -372,8 +372,8 @@ ik_source_new (gboolean (* callback) (ik_event_t *event)) { static GSourceFuncs source_funcs = { NULL, NULL, - ik_source_dispatch - /* should have a finalize, but it will never happen */ + ik_source_dispatch, + NULL, NULL, NULL }; InotifyKernelSource *iks; GSource *source;