Addressed comment.

This commit is contained in:
Arijit Das
2020-06-02 22:54:02 +05:30
parent aa1eb9f8b7
commit 8c1a194a51
-1
View File
@@ -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()
}