]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOTimerEventSource.cpp
xnu-517.3.7.tar.gz
[apple/xnu.git] / iokit / Kernel / IOTimerEventSource.cpp
index 3c86e67090c91405814dfb5e706466d57ede6579..21dcf4691d2cc328e3c603cc6a2c48ca5355a336 100644 (file)
@@ -106,7 +106,7 @@ IOTimerEventSource::timerEventSource(OSObject *inOwner, Action inAction)
     IOTimerEventSource *me = new IOTimerEventSource;
 
     if (me && !me->init(inOwner, inAction)) {
-        me->free();
+        me->release();
         return 0;
     }