libevent: rename `exit_loop` and `destroy` to their C names
[nit.git] / lib / nitcorn / reactor.nit
index 66334c3..afa0d0a 100644 (file)
@@ -148,7 +148,7 @@ class HttpFactory
                        event_base.dispatch
                end
 
-               event_base.destroy
+               event_base.free
        end
 end