diff --git a/emitter.go b/emitter.go index 1651d23..cac54d8 100644 --- a/emitter.go +++ b/emitter.go @@ -71,7 +71,6 @@ func Start(plugins *InOutPlugins, stop chan int) { func Close(quit chan int) { closeOnce.Do(func() { close(quit) - finalize(plugins) }) wg.Wait() }