e9c397b Fix timeout memory heirarchy

Authored and Committed by sgallagh 14 years ago
    Fix timeout memory heirarchy
    
    This fixes two issues:
    1) Eliminates a double-free when a timeout occurs (we were freeing
    the running event context)
    2) Ensures that we don't continue to schedule unnecessary timeout
    checks
    
        
file modified
+14 -2