diff --git a/src/afsd/afsd.c b/src/afsd/afsd.c index 752af69c83..776fbc980a 100644 --- a/src/afsd/afsd.c +++ b/src/afsd/afsd.c @@ -428,7 +428,7 @@ afsd_event_cleanup(int signo) { CFRunLoopRemoveSource(CFRunLoopGetCurrent(), source, kCFRunLoopDefaultMode); CFRelease (source); - IODeregisterForSystemPower(iterator); + IODeregisterForSystemPower(&iterator); IOServiceClose(root_port); IONotificationPortDestroy(notify);