87ca8c8 - free any previous event handler if we allocate a new one in _service_one

Authored and Committed by Nalin Dahyabhai 14 years ago
1 file changed. 45 lines added. 35 lines removed.
    - free any previous event handler if we allocate a new one in _service_one
    - NULL out the current handler before calling _service_one when we do so
      from within a handler, because the main loop will already have dropped it
    
        
file modified
+45 -35